mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 17:48:29 +08:00
19 lines
189 B
Python
19 lines
189 B
Python
import docker
|
|
|
|
from utils import *
|
|
|
|
connections.connect()
|
|
|
|
list_containers()
|
|
|
|
get_collections()
|
|
|
|
load_and_search()
|
|
|
|
create_collections_and_insert_data()
|
|
|
|
create_index()
|
|
|
|
load_and_search()
|
|
|