mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
7 lines
154 B
Python
7 lines
154 B
Python
import settings
|
|
from connections import ConnectionMgr
|
|
connect_mgr = ConnectionMgr()
|
|
|
|
from server import Server
|
|
grpc_server = Server(conn_mgr=connect_mgr)
|