Mustafa Celik
Mustafa Celik

Reputation: 2399

pymilvus.exceptions.MilvusException: <MilvusException: (code=2200, message=Retry run out of 75 retry times, message=incomplete query result, missing

What is the following problem?:

pymilvus.exceptions.MilvusException: <MilvusException: (code=2200, message=Retry run out of 75 retry times, message=incomplete query result, missing id %!s(int64=242807), len(searchIDs) = 5, len(queryIDs) = 2, collection=449580455553423281: inconsistent requery result)>

I am trying to do a hybrid search on milvus db. I have two vector embedding fields. based on those to I am trying to do a search using rerank of course. but after plenty time of waiting I am getting the previous error. Any suggestion or any other comment would be great.

UPDATE1: Unfortunately, I can not share code.

Upvotes: -1

Views: 372

Answers (1)

Christy
Christy

Reputation: 66

Did you check the doc pages?

I've also created an example bootcamp notebook that uses Milvus built-in BGE-M3 embedder to create sparse and dense embeddings with Reranker.

Since you did not include any sample code or logs, we would need to see those to figure out what's going on.

You might want to join our Milvus discord and/or file a github issue and attach your code and error logs to it, to find out more.

Upvotes: 1

Related Questions