Get error <MilvusException: (code=1, message=Unexpected error, message=<required argument is not a float>)> When doing Milvus Hybird Search #38272
Unanswered
Kgg9
asked this question in
Q&A and General discussion
Replies: 1 comment
-
The required sparse embedding should be a dict, not a tuple. Change the method get_Sparse_and_Dense() to be:
And remove this line: If you got an empty result, set the consistency_level to "Strong":
|
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
-
I'm not sure why I get this error the Traceback isn't very helpful, and I followed everything from the tutorial docs, but I added my own local embedder model.
Beta Was this translation helpful? Give feedback.
All reactions