rerank in hybrid search in qdrant #29919
Unanswered
railsstudent
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Checked other resources
Commit to Help
Example Code
Description
This article shows how to perform a hybrid search in Langchain, and it is very useful. https://qdrant.tech/documentation/frameworks/langchain/?q=langchain#next-steps
This article shows how to perform rerank in hybrid search in qdrant. https://qdrant.tech/documentation/search-precision/reranking-hybrid-search/?q=rerank#rerank. However, I cannot perform rerank after hybrid search in
similarity_search_with_score
The document returns the documents and scores, but not the points. Therefore, I cannot use the qdrant client to query points using the late_interaction_embeddings and late_interaction_embedding_model to obtain the ranked points and documents.
System Info
System Information
Package Information
Optional packages not installed
Other Dependencies
Beta Was this translation helpful? Give feedback.
All reactions