Closed binbinlv closed 2 days ago
/assign
could be caused by the search params change from group_strict_size
to strict_group_size
Verified and fixed:
when change "group_strict_size" to "strict_group_size", it passes.
milvus: master-20241114-1304b405-amd64 pymilvus: 2.5.0rc119
Is there an existing issue for this?
Environment
Current Behavior
The searched results become less after creating the new HNSW indexes after groupby search with group size
Expected Behavior
The searched results are equal with limit * group_size
Steps To Reproduce
Milvus Log
test log: https://jenkins.milvus.io:18080/blue/organizations/jenkins/Milvus%20HA%20CI/detail/PR-37136/14/pipeline/
milvus log: artifacts-milvus-standalone-ms-37136-14-py-pr-37136-14-e2e-logs.tar.gz
Anything else?
collection name: TestGroupSearchNewHNSWIndex_GflxWGH7 index on the searched field is: {'index_type': 'FAISS_HNSW_SQ', 'params': {'sq_type': 'SQ8'}, 'metric_type': 'IP'}
No response