关于保存特征的一些代码
This commit is contained in:
10
test/outfit_matcher_milvus/4.load clollection.py
Normal file
10
test/outfit_matcher_milvus/4.load clollection.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from pymilvus import MilvusClient
|
||||
|
||||
client = MilvusClient(
|
||||
uri="http://10.1.1.240:19530",
|
||||
token="root:Milvus",
|
||||
db_name="mixi"
|
||||
)
|
||||
client.load_collection(
|
||||
collection_name="mixi_outfit"
|
||||
)
|
||||
Reference in New Issue
Block a user