-
Notifications
You must be signed in to change notification settings - Fork 12
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
docs: Add Qdrant migration code snippets #298
Conversation
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.
See comments from Chroma PR
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.
Please see any comments from Chroma PR
8de1c06
to
4851c21
Compare
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.
LGTM
* chore: add samples to migrate pinecone to alloy db * fix: add Google file header * fix: address PR comments * fix: address pr comments Changes: 1. Made snippets as standalone files 2. Compressed snippet functions into a single file. * chore: address some pr comments * fix: lint * fix: lint * fix: lint add type hints to params of main method * chore: remove custom id column requirement * chore: address pr comments * fix: working pinecone snippets * chore: update header year * chore: lint fixes * chore: tests skip adding test data if index exists * chore: address pr comments * docs: Add ChromaDB migration code snippets (#297) * docs: Add Milvus migration code snippets (#299) * docs: Add Qdrant migration code snippets (#298) * docs: Add Weaviate migration code snippets (#300) * chore: pr comments on sorted imports * chore: add index_type in milvus index creation --------- Co-authored-by: dishaprakash <[email protected]>
docs: Add Qdrant migration code snippets
Test Log:
PyTest log
Log for pytest command
cd samples/migrations
pytest