SciPhi-AI / R2R

The all-in-one solution for RAG. Build, scale, and deploy state of the art Retrieval-Augmented Generation applications
https://r2r-docs.sciphi.ai/
MIT License
3.49k stars 262 forks source link

Qdrant support #738

Open framp opened 3 months ago

framp commented 3 months ago

It'd be great to have Qdrant support!

It looks like it was there at some point: https://github.com/SciPhi-AI/R2R/commit/4c28e1f9a298bbba7326cb76337b1ee94254d76f

If you can share what was the rationale for removing it or what work is needed I'd be happy to help out.

attackordie commented 2 months ago

I'll add Weaviate as another alternate to support.

emrgnt-cmplxty commented 2 months ago

The rationale was that we want to implement a number of relational features over our vector database, like user and group permissioning, and we didn't want to develop a module for syncing. Now that the v3 is nearing completion it could make sense to revist this - https://github.com/SciPhi-AI/R2R/pull/877