Handling Empty Sparse Embeddings for Certain Queries in Hybrid Search #40189
Unanswered
shalini0311
asked this question in
Q&A and General discussion
Replies: 1 comment 9 replies
-
Which version of your milvus server? The recent versions already support empty sparse embeddings.
|
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I’m using Milvus with hybrid search and have fitted my documents for sparse embeddings. However, I’m encountering an issue where, for certain queries, the sparse embeddings are coming up empty. This happens with specific queries, and I’m not sure how to handle these cases effectively. I suspect that this may be due to the query being out of the corpus on which the sparse embeddings were fitted.
This is a sample code I'm using:
For search
Looking forward to hearing your thoughts or any suggestions on how to resolve this!
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions