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

Kashifb/qdrant migration #472

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

kepler452b123
Copy link

Switched from Pinecone to Qdrant database

Summary:
-The new Qdrant services (in qdrant_service.py)
just mirrors the old Pinecone services
-Replaced all instances of Pinecone use in
text_service_cog with qdrant
-Added QDRANT_TOKEN and QDRANT_URL tokens in sample.env

Possible changes:
-Keep Pinecone functionality in text_service_cog, offer a choice in which database to use
-Add a READMe detailing how to create a Qdrant cluster, collection, etc. (fairly simple process)

-Need to add QDRANT_TOKEN and QDRANT_URL to
sample.env
-Might need to make a READMe about how to set up
qdrant (not very difficult)
-The new Qdrant services (in qdrant_service.py)
just mirrors the old Pinecone services
-Replaced all instances of Pinecone use in
text_service_cog with qdrant
-Included required tokens for Qdrant
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

1 participant