提交 3924a07d 编写于 作者: X xuan.yang

change host and port example.py

Former-commit-id: 52d3b8800e40318fda95fc698728fb21221ba0f6
上级 e7021fc2
...@@ -11,7 +11,7 @@ def main(): ...@@ -11,7 +11,7 @@ def main():
# Connect # Connect
# Please change HOST and PORT to correct one # Please change HOST and PORT to correct one
param = {'host': '192.168.1.121', 'port': '33001'} param = {'host': 'HOST', 'port': 'PORT'}
cnn_status = milvus.connect(**param) cnn_status = milvus.connect(**param)
print('# Connect Status: {}'.format(cnn_status)) print('# Connect Status: {}'.format(cnn_status))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册