Commit c6342d45 authored by zhengyaoqiu's avatar zhengyaoqiu

创建表&索引

parent 2abc8bed
......@@ -4,7 +4,7 @@ from pymilvus import connections, Collection, FieldSchema, CollectionSchema, Dat
# , collection_name: str = "image_collection"
class MilvusClient:
def __init__(self, host = "localhost", port = "19530"):
def __init__(self, host = "10.0.40.12", port = "19530"):
self.host: str = host
self.port: str = port
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment