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: hybrid retrieval #664

Closed
anakin87 opened this issue Apr 16, 2024 · 0 comments · Fixed by #675
Closed

Qdrant: hybrid retrieval #664

anakin87 opened this issue Apr 16, 2024 · 0 comments · Fixed by #675
Assignees
Labels
feature request Ideas to improve an integration integration:qdrant P1

Comments

@anakin87
Copy link
Member

anakin87 commented Apr 16, 2024

Follows #549. (@lambda-science)
The following are just thoughts, nothing is set in stone.

I imagine having a QdrantHybridRetriever that takes query_embedding and sparse_query_embedding as input; returns Documents.

This can serve as an inspiration for implementation (note the Reciprocal Rank Fusion)
https://github.com/qdrant/qdrant-client/blob/8e3ea58f781e4110d11c0a6985b5e6bb66b85d33/qdrant_client/qdrant_fastembed.py#L519

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Ideas to improve an integration integration:qdrant P1
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants