-
Notifications
You must be signed in to change notification settings - Fork 4k
LanceDB Integration #2317
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
LanceDB Integration #2317
Conversation
@Dev-Khant I've runned the tests locally by |
- `provider`: The name of the vector database (e.g., "chroma", "pgvector", "qdrant", "milvus","azure_ai_search", "vertex_ai_vector_search") | ||
- `config`: A nested dictionary containing provider-specific settings | ||
|
||
- `provider`: The name of the vector database (e.g., "chroma", "pgvector", "qdrant", "milvus", "azure_ai_search", "lance") |
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.
- `provider`: The name of the vector database (e.g., "chroma", "pgvector", "qdrant", "milvus", "azure_ai_search", "lance") | |
- `provider`: The name of the vector database (e.g., "chroma", "pgvector", "qdrant", "milvus", "azure_ai_search", "vertex_ai_vector_search", "lance") |
lancedb shouldn't replace vertex ai search
Hi team, I'm interested in this LanceDB integration. What's the current status and is there anything I can do to help move it forward? |
Closing this PR, you can reference new updated PR for lancedb integration here -> #3018 |
Description
Add LanceDB as Vectorstore.
Fixes #2212
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Please delete options that are not relevant.
Checklist:
Maintainer Checklist