关于保存特征的一些代码
This commit is contained in:
5
test/outfit_matcher_milvus/1.create databases.py
Normal file
5
test/outfit_matcher_milvus/1.create databases.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from pymilvus import connections, db
|
||||
|
||||
conn = connections.connect(host="10.1.1.240", port=19530)
|
||||
|
||||
database = db.create_database("mixi")
|
||||
Reference in New Issue
Block a user