mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-28 22:45:26 +08:00
13 lines
149 B
Python
13 lines
149 B
Python
from pymilvus import connections
|
|
from utils import *
|
|
|
|
connections.connect()
|
|
|
|
get_collections()
|
|
|
|
load_and_search()
|
|
|
|
create_index()
|
|
|
|
load_and_search()
|