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