mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
if nq>2, restful will flatten all the res. If one nq res has duplicate pks, the length of this slice will be less then topk. This pr will attach topks in the output. Signed-off-by: lixinguo <xinguo.li@zilliz.com> Co-authored-by: lixinguo <xinguo.li@zilliz.com>
How to run the test cases
install milvus with authentication enabled
pip install -r requirements.txt
pytest testcases -m L0 -n 6 -v --endpoint http://127.0.0.1:19530 --minio_host 127.0.0.1