mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Removed unused codes on client file (#14837)
Signed-off-by: wangting0128 <ting.wang@zilliz.com>pull/14853/head
parent
88ec7c074e
commit
7d610ff9c4
|
@ -330,9 +330,9 @@ class MilvusClient(object):
|
|||
"params": search_param}
|
||||
}}
|
||||
must_params = [vector_query]
|
||||
query = {
|
||||
"bool": {"must": must_params}
|
||||
}
|
||||
# query = {
|
||||
# "bool": {"must": must_params}
|
||||
# }
|
||||
logger.debug("Start warm up query")
|
||||
for i in range(times):
|
||||
params = util.search_param_analysis(vector_query, None)
|
||||
|
|
Loading…
Reference in New Issue