mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-02 20:09:57 +08:00
[skip ci] Delete unused codes of client on benchmark (#13177)
Signed-off-by: wangting0128 <ting.wang@zilliz.com>
This commit is contained in:
parent
b1ec235644
commit
60f6da6ba0
@ -348,9 +348,7 @@ class MilvusClient(object):
|
||||
must_params = [vector_query]
|
||||
if filter_query:
|
||||
must_params.extend(filter_query)
|
||||
query = {
|
||||
"bool": {"must": must_params}
|
||||
}
|
||||
|
||||
self.load_collection(tmp_collection_name)
|
||||
|
||||
params = util.search_param_analysis(vector_query, filter_query)
|
||||
|
Loading…
Reference in New Issue
Block a user