未验证 提交 6194540c 编写于 作者: W wt 提交者: GitHub

[skip ci] Add comments of query func on benchmark (#9405)

Signed-off-by: Nwangting0128 <ting.wang@zilliz.com>
上级 77c9a8da
......@@ -292,6 +292,7 @@ class MilvusClient(object):
@time_wrapper
def query(self, vector_query, filter_query=None, collection_name=None, timeout=300):
""" This method corresponds to the search method of milvus """
tmp_collection_name = self._collection_name if collection_name is None else collection_name
must_params = [vector_query]
if filter_query:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册