mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 01:28:27 +08:00
16 lines
150 B
Python
16 lines
150 B
Python
import docker
|
|
|
|
from utils import *
|
|
|
|
connections.connect()
|
|
|
|
list_containers()
|
|
|
|
get_collections()
|
|
|
|
load_and_search()
|
|
|
|
create_index()
|
|
|
|
load_and_search()
|