milvus-io / pymilvus

Python SDK for Milvus.
Apache License 2.0
947 stars 304 forks source link

[Bug]: Zero width cause search failure for iterator #1856

Open MrPresent-Han opened 6 months ago

MrPresent-Han commented 6 months ago

Is there an existing issue for this?

Describe the bug

related: https://github.com/milvus-io/milvus/issues/29305

Expected Behavior

No response

Steps/Code To Reproduce behavior

currently, width may be zero when the last page has results with completely same distances, which may lead to failure on the next iteration.

Environment details

- Hardware/Softward conditions (OS, CPU, GPU, Memory):
- Method of installation (Docker, or from source):
- Milvus version (v0.3.1, or v0.4.0):
- Milvus configuration (Settings you made in `server_config.yaml`):

Anything else?

No response

XuanYang-cn commented 6 months ago

@MrPresent-Han please cherry pick to 2.3 branch