[skip e2e] Removed unused codes on client file (#14837)

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
pull/14853/head
wt 2022-01-05 13:31:25 +08:00 committed by GitHub
parent 88ec7c074e
commit 7d610ff9c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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)