未验证 提交 00076a56 编写于 作者: Y yanliang567 提交者: GitHub

[skip ci]Refine comments in milvusSys class (#9007)

Signed-off-by: Nyanliang567 <yanliang.qiao@zilliz.com>
上级 00ea0ab1
......@@ -35,7 +35,10 @@ class MilvusSys:
@property
def simd_type(self):
"""get the first query node's simd type"""
"""
get simd type that milvus is running against
return the first query node's simd type
"""
for node in self.nodes:
if 'QueryNode' == node.get('infos').get('type'):
return node.get('infos').get('system_configurations').get('simd_type')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册