mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-29 15:05:31 +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()
|