-
Notifications
You must be signed in to change notification settings - Fork 15.9k
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
Add semantic info to metadata, classified by pebblo-server. #20468
Add semantic info to metadata, classified by pebblo-server. #20468
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
10940bc
to
6b987d4
Compare
6b987d4
to
2db07c9
Compare
2db07c9
to
c7f9d21
Compare
c7f9d21
to
7b41691
Compare
@baskaryan, @eyurtsev |
7b41691
to
2db07c9
Compare
@@ -43,22 +44,25 @@ def __init__( | |||
owner: str = "", | |||
description: str = "", | |||
api_key: Optional[str] = None, | |||
load_semantic: Optional[bool] = False, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
doesn't need to be Optional[bool] can just be bool
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
2db07c9
to
9675554
Compare
2db07c9
to
2d10099
Compare
Signed-off-by: Rahul Tripathi <[email protected]>
2d10099
to
922c576
Compare
…-server. (#20468) Description: Add support for Semantic topics and entities. Classification done by pebblo-server is not used to enhance metadata of Documents loaded by document loaders. Dependencies: None Documentation: Updated. Signed-off-by: Rahul Tripathi <[email protected]> Co-authored-by: Rahul Tripathi <[email protected]>
…-server. (langchain-ai#20468) Description: Add support for Semantic topics and entities. Classification done by pebblo-server is not used to enhance metadata of Documents loaded by document loaders. Dependencies: None Documentation: Updated. Signed-off-by: Rahul Tripathi <[email protected]> Co-authored-by: Rahul Tripathi <[email protected]>
Description: Add support for Semantic topics and entities. Classification done by pebblo-server is not used to enhance metadata of Documents loaded by document loaders.
Dependencies: None
Documentation: Updated.