Skip to content
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

Qdrant - add hybrid retriever #675

Merged
merged 7 commits into from
Apr 24, 2024
Merged

Qdrant - add hybrid retriever #675

merged 7 commits into from
Apr 24, 2024

Conversation

anakin87
Copy link
Member

fixes #664

Introduce a simple QdrantHybridRetriever that takes query_embedding and query_sparse_embedding as input; returns Documents.
Applies Reciprocal Rank Fusion, as defined in the Qdrant Python Client.

@anakin87 anakin87 requested a review from a team as a code owner April 22, 2024 16:06
@anakin87 anakin87 requested review from masci and removed request for a team April 22, 2024 16:06
@github-actions github-actions bot added integration:qdrant type:documentation Improvements or additions to documentation labels Apr 22, 2024
Copy link
Contributor

@masci masci left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left a few comments, mostly docs edits

anakin87 and others added 2 commits April 23, 2024 18:19
@anakin87 anakin87 requested a review from masci April 24, 2024 08:18
@anakin87 anakin87 merged commit 00354a6 into main Apr 24, 2024
10 checks passed
@anakin87 anakin87 deleted the qdrant-hybrid-retriever branch April 24, 2024 11:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
integration:qdrant type:documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Qdrant: hybrid retrieval
2 participants