mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comments of search_param_analysis func on benchmark (#10266)
Signed-off-by: wangting0128 <ting.wang@zilliz.com>pull/10307/head
parent
11c9f86934
commit
f2afb70b3c
|
@ -147,6 +147,7 @@ def get_server_tag(deploy_params):
|
|||
|
||||
|
||||
def search_param_analysis(vector_query, filter_query):
|
||||
""" Search parameter adjustment, applicable pymilvus version >= 2.0.0rc7.dev24 """
|
||||
|
||||
if "vector" in vector_query:
|
||||
vector = vector_query["vector"]
|
||||
|
|
Loading…
Reference in New Issue