-
Notifications
You must be signed in to change notification settings - Fork 23
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
feat: Qdrant RAG Storage #524
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Anush008 <anushshetty90@gmail.com>
Signed-off-by: Anush008 <anushshetty90@gmail.com>
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.
Hi @Anush008 👋 and thanks a ton for the contribution. The patch looks really good already! I have a few small comments, but otherwise this is almost good to go!
Don't worry about the failing doc CI. I'm currently catching up after some hiatus and haven't gotten around to open an issue for it.
|
||
SOURCE_STORAGES = [Chroma, LanceDB, RagnaDemoSourceStorage] | ||
SOURCE_STORAGES = [Chroma, LanceDB, QdrantDB, RagnaDemoSourceStorage] |
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.
Hi @pmeier. Thanks for reviewing. |
Co-authored-by: Philip Meier <github.pmeier@posteo.de>
Co-authored-by: Philip Meier <github.pmeier@posteo.de>
Co-authored-by: Philip Meier <github.pmeier@posteo.de>
Signed-off-by: Anush008 <anushshetty90@gmail.com>
Thanks Anush, LGTM! Any remaining nits that I might have, I'll fix myself. However, we need to wait until #524 (comment) is resolved. @smokestacklightnin is actively working on that. I'll merge afterwards if CI stays green. |
Description
This PR adds support for Qdrant - https://qdrant.tech/ to be used as RAG storage.