Milvus Exception w/ EmbeddingRetriever and a DocumentSearchPipeline #3357
Unanswered
wilsonlimaneto
asked this question in
Questions
Replies: 1 comment 2 replies
-
Hi @wilsonlimaneto unfortunately, I haven't seen this error before but I still have one suggestion. Maybe you could post your question also in the milvus repository here so that you question becomes more visible to milvus experts: https://github.com/milvus-io/milvus 🙂 |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
Hello, I have been running some code using Haystack and Milvus. A first I got it to work, and I was pretty amazed with it. But then, I started getting this weird exception related to Milvus, whenever I want to run a query over a DocumentSearchPipeline. Did anyone face that kind of thing?
Well I am using EmbeddingRetriever, Milvus2DocStore and Milvus 2.1:
ERROR:pymilvus.decorators:RPC error: [search], <MilvusException: (code=1, message=fail to search on all shard leaders, err=fail to Search, QueryNode ID=124, reason=Search 124 failed, reason [UnexpectedError] Assert "false" at /root/milvusdeb-2.1/milvus-deb-2.1.2/milvus/internal/core/src/query/SearchOnSealed.cpp:56 => Error in void knowhere::CheckIntegerRange(const Config&, const string&, int64_t, int64_t) at ConfAdapter.cpp:53: Param 'nprobe' not exist err %!w(<nil>))>, <Time:{'RPC start': '2022-10-11 01:09:04.139121', 'RPC error': '2022-10-11 01:09:04.301763'}>
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions