Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Add support for custom streaming callback #971

Merged
merged 1 commit into from
Nov 22, 2023

[Feature] Add support for custom streaming callback

484a6fe
Select commit
Loading
Failed to load commit list.
Merged

[Feature] Add support for custom streaming callback #971

[Feature] Add support for custom streaming callback
484a6fe
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/patch failed Nov 22, 2023 in 1s

66.36% of diff hit (target 66.46%)

View this Pull Request on Codecov

66.36% of diff hit (target 66.46%)

Annotations

Check warning on line 5 in embedchain/bots/discord.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

embedchain/bots/discord.py#L5

Added line #L5 was not covered by tests

Check warning on line 8 in embedchain/bots/slack.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

embedchain/bots/slack.py#L8

Added line #L8 was not covered by tests

Check warning on line 7 in embedchain/chunkers/mysql.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

embedchain/chunkers/mysql.py#L7

Added line #L7 was not covered by tests

Check warning on line 7 in embedchain/chunkers/substack.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

embedchain/chunkers/substack.py#L7

Added line #L7 was not covered by tests

Check warning on line 7 in embedchain/chunkers/unstructured_file.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

embedchain/chunkers/unstructured_file.py#L7

Added line #L7 was not covered by tests

Check warning on line 11 in embedchain/embedder/base.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

embedchain/embedder/base.py#L11

Added line #L11 was not covered by tests

Check warning on line 2 in embedchain/helpers/callbacks.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

embedchain/helpers/callbacks.py#L1-L2

Added lines #L1 - L2 were not covered by tests

Check warning on line 5 in embedchain/helpers/callbacks.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

embedchain/helpers/callbacks.py#L4-L5

Added lines #L4 - L5 were not covered by tests

Check warning on line 8 in embedchain/helpers/callbacks.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

embedchain/helpers/callbacks.py#L7-L8

Added lines #L7 - L8 were not covered by tests

Check warning on line 13 in embedchain/helpers/callbacks.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

embedchain/helpers/callbacks.py#L13

Added line #L13 was not covered by tests

Check warning on line 20 in embedchain/helpers/callbacks.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

embedchain/helpers/callbacks.py#L19-L20

Added lines #L19 - L20 were not covered by tests

Check warning on line 24 in embedchain/helpers/callbacks.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

embedchain/helpers/callbacks.py#L24

Added line #L24 was not covered by tests

Check warning on line 30 in embedchain/helpers/callbacks.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

embedchain/helpers/callbacks.py#L29-L30

Added lines #L29 - L30 were not covered by tests

Check warning on line 32 in embedchain/helpers/callbacks.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

embedchain/helpers/callbacks.py#L32

Added line #L32 was not covered by tests

Check warning on line 35 in embedchain/helpers/callbacks.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

embedchain/helpers/callbacks.py#L34-L35

Added lines #L34 - L35 were not covered by tests

Check warning on line 37 in embedchain/helpers/callbacks.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

embedchain/helpers/callbacks.py#L37

Added line #L37 was not covered by tests

Check warning on line 39 in embedchain/helpers/callbacks.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

embedchain/helpers/callbacks.py#L39

Added line #L39 was not covered by tests

Check warning on line 41 in embedchain/helpers/callbacks.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

embedchain/helpers/callbacks.py#L41

Added line #L41 was not covered by tests

Check warning on line 43 in embedchain/helpers/callbacks.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

embedchain/helpers/callbacks.py#L43

Added line #L43 was not covered by tests

Check warning on line 45 in embedchain/helpers/callbacks.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

embedchain/helpers/callbacks.py#L45

Added line #L45 was not covered by tests

Check warning on line 48 in embedchain/helpers/callbacks.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

embedchain/helpers/callbacks.py#L47-L48

Added lines #L47 - L48 were not covered by tests

Check warning on line 51 in embedchain/helpers/callbacks.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

embedchain/helpers/callbacks.py#L51

Added line #L51 was not covered by tests

Check warning on line 73 in embedchain/helpers/callbacks.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

embedchain/helpers/callbacks.py#L69-L73

Added lines #L69 - L73 were not covered by tests

Check warning on line 16 in embedchain/loaders/sitemap.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

embedchain/loaders/sitemap.py#L16

Added line #L16 was not covered by tests

Check warning on line 7 in embedchain/loaders/substack.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

embedchain/loaders/substack.py#L7

Added line #L7 was not covered by tests