mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-01 00:15:30 +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()
|