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

Add LanceDB sink #40

Merged
merged 4 commits into from
Dec 19, 2023
Merged

Add LanceDB sink #40

merged 4 commits into from
Dec 19, 2023

Conversation

sky-2002
Copy link
Contributor

Author: Aakash Thatte
Description: This PR intends to add lancedb, an embedded vector db as a sink to Neum AI.

I have tested all functionalities, and they are working. Looking forward for a review.

Comment on lines 51 to 52
api_key: str = Field(default=None, description="API key for LanceDB cloud")
region: str = Field(default=None, description="Region for use of LanceDB cloud")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are these optional fields? If so, type should be Optional[str]

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes they are optional, made the changes.

@ddematheu ddematheu merged commit 386ab82 into NeumTry:main Dec 19, 2023
@sky-2002 sky-2002 deleted the feature/lancedb-sink branch December 31, 2023 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants