-
Notifications
You must be signed in to change notification settings - Fork 27
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
Conversation
Signed-off-by: Anush008 <[email protected]>
Signed-off-by: Anush008 <[email protected]>
Signed-off-by: Anush008 <[email protected]>
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.
Hi @pmeier. Thanks for reviewing. |
Co-authored-by: Philip Meier <[email protected]>
Co-authored-by: Philip Meier <[email protected]>
Co-authored-by: Philip Meier <[email protected]>
Signed-off-by: Anush008 <[email protected]>
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. |
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.
@Anush008 Turns out Chroma is the outlier and Qdrant is actually aligned with the filtering behavior of LanceDB and what Chroma used to do. Thus, there is no need to do anything else. Let's merge!
🥳 |
Description
This PR adds support for Qdrant - https://qdrant.tech/ to be used as RAG storage.