关于保存特征的一些代码

This commit is contained in:
zchen
2024-03-26 18:00:35 +08:00
parent 7dce70027a
commit 88c815dd9d
16 changed files with 378 additions and 10 deletions

View 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"
)