-
Notifications
You must be signed in to change notification settings - Fork 238
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: QdrantIndex #207
feat: QdrantIndex #207
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #207 +/- ##
==========================================
+ Coverage 78.00% 78.20% +0.19%
==========================================
Files 42 43 +1
Lines 2146 2234 +88
==========================================
+ Hits 1674 1747 +73
- Misses 472 487 +15 ☔ View full report in Codecov by Sentry. |
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 thanks for the PR this is great! I have a few comments, could we fix those and then we should be good to run tests and merge all being okay, thanks!
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.
LGTM.
Passes tests, and the naming conventions follow SemanticRouter conventions of index, metadata, query, dimensions, and config.
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.
nice, thanks all, we appreciate the PR @Anush008!
Description
This PR adds support for Qdrant to be used as a supported index in Semantic Router.
Testing
The integration tests have been configured to run using an in-memory Qdrant instance if
qdrant-client
is installed. Skipped otherwise.