Hybrid search #35542
Unanswered
GluttonousCat
asked this question in
Q&A and General discussion
Hybrid search
#35542
Replies: 1 comment
-
A tutorial demonstrates how to conduct a hybrid search with milvus: https://milvus.io/docs/hybrid_search_with_milvus.md#Hybrid-Search-with-Milvus In the tutorial, the hybrid search internally does the following things:
The performance is mainly depend on the two queries. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Regarding the combination of coarse and fine ranking, I create two fields: one to store sparse vectors and another to store dense vectors, then use hybrid retrieval. My plan is: 1) Use the hybrid retrieval function. 2) Conduct two queries. Does anyone know about the feasibility and performance of this approach?
Beta Was this translation helpful? Give feedback.
All reactions