mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-29 06:55:27 +08:00
12 lines
168 B
Python
12 lines
168 B
Python
# import docker
|
|
from pymilvus import connections
|
|
from utils import *
|
|
|
|
connections.connect()
|
|
|
|
get_collections()
|
|
|
|
load_and_search()
|
|
|
|
create_collections_and_insert_data()
|