[Bug]: search iterator always gives empty results #39827
Labels
kind/bug
Issues or changes related a bug
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Is there an existing issue for this?
Environment
Current Behavior
We use 'IP' metric, but our vectors are normalized so we get metric always between -1 to 1.
Index is IVF_FLAT with
nlist=128
.For Collection.search_iterator, even after setting
{"radius": -1, "range_filter": 1}
, we get following error on a million scale partition:Most likely it started happening when we upgraded our milvus to 2.5, but we're not sure about that.
Expected Behavior
No response
Steps To Reproduce
Milvus Log
No response
Anything else?
Adding that client.search seems to respect these parameters perfectly fine. Only collection.search_iterators has problems
The text was updated successfully, but these errors were encountered: