新推荐接口first commit
All checks were successful
git commit AiDA python develop 分支构建部署 / scheduled_deploy (push) Has been skipped

This commit is contained in:
zcr
2025-12-30 17:35:32 +08:00
parent 2a6c48d937
commit aa57478852
3 changed files with 7 additions and 7 deletions

View File

@@ -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: