新推荐接口first commit
All checks were successful
git commit AiDA python develop 分支构建部署 / scheduled_deploy (push) Has been skipped
All checks were successful
git commit AiDA python develop 分支构建部署 / scheduled_deploy (push) Has been skipped
This commit is contained in:
@@ -23,7 +23,7 @@ def get_milvus_client() -> MilvusClient:
|
||||
_milvus_client = MilvusClient(
|
||||
uri=settings.MILVUS_URL,
|
||||
token=settings.MILVUS_TOKEN,
|
||||
db_name=settings.MILVUS_DB,
|
||||
db_name="",
|
||||
)
|
||||
logger.info("Milvus 客户端连接成功")
|
||||
except Exception as e:
|
||||
|
||||
Reference in New Issue
Block a user