mirror of https://github.com/milvus-io/milvus.git
Fix search test case for covered params (#9831)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>pull/9833/head
parent
d2e2e0a63c
commit
93a6156485
|
@ -395,7 +395,7 @@ def gen_search_vectors_params(field_name, entities, top_k, nq, search_params={"n
|
|||
_params = {
|
||||
"data": query_vectors,
|
||||
"anns_field": field_name,
|
||||
"param": search_params,
|
||||
"param": copy.deepcopy(search_params),
|
||||
"limit": top_k,
|
||||
}
|
||||
return _params, query_vectors
|
||||
|
|
Loading…
Reference in New Issue