Closed zhuwenxing closed 2 years ago
/unassign @yanliang567
/assign @longjiquan please help to take a look
We don't support HAMMING
as metric type when we do float vector search, see also https://milvus.io/docs/v2.0.x/metric.md#floating.
/unassign @longjiquan /assign @zhuwenxing
It works well with correct params.
Is there an existing issue for this?
Environment
Current Behavior
In the deploy test, there are also some errors about search params for binary index, like
BIN_FLAT
when the param is{'metric_type': 'HAMMING', 'params': {'nprobe': 10}}
see https://github.com/milvus-io/milvus/runs/7156493125?check_suite_focus=true
It works well several days ago.
Expected Behavior
all test cases passed
Steps To Reproduce
Milvus Log
failed job: https://github.com/milvus-io/milvus/runs/7156493125?check_suite_focus=true log: docker-compose-logs-standalone-reinstall (6).zip
Anything else?
maybe related to PR https://github.com/milvus-io/milvus/pull/17977