whyhow-ai / rule-based-retrieval

The Rule-based Retrieval package is a Python package that enables you to create and manage Retrieval Augmented Generation (RAG) applications with advanced filtering capabilities. It seamlessly integrates with OpenAI for text generation and Pinecone or Milvus for efficient vector database management.
MIT License
222 stars 24 forks source link

Add Qdrant vector store support #9

Closed Anush008 closed 1 month ago

Anush008 commented 2 months ago

Hey all 👋.

I wanted to know if I can contribute a feature to add Qdrant - https://qdrant.tech/ as a supported vector store in the project.

recchris commented 2 months ago

Thanks for reaching out @Anush008. Sure, that would be great! For context, check out this PR from the Milvus team - https://github.com/whyhow-ai/rule-based-retrieval/pull/6. Adding Qdrant should follow roughly the same process. Feel free to submit a PR and we can take a look. Please also feel free to set time here if you'd like to discuss.