-
Notifications
You must be signed in to change notification settings - Fork 5k
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
refactor: use Qdrant's Query API #3428
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3428 +/- ##
==========================================
+ Coverage 29.72% 30.40% +0.67%
==========================================
Files 113 113
Lines 12308 12308
Branches 2607 2607
==========================================
+ Hits 3659 3742 +83
+ Misses 8321 8237 -84
- Partials 328 329 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@thinkall can you review? |
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.
Thank you for the PR, @Anush008 ! LGTM.
Description
This PR updates the Qdrant integration to use the new Query API that supersedes the search API.