fix: enable Milvus database configuration via .env(#18707) (#18714)

Co-authored-by: jiawei.wang <jml@0603>
Co-authored-by: crazywoola <427733928@qq.com>
This commit is contained in:
17782798075
2025-04-25 12:12:30 +08:00
committed by GitHub
parent 12836f9db9
commit 9988a506cd
2 changed files with 2 additions and 0 deletions

View File

@@ -406,6 +406,7 @@ QDRANT_GRPC_PORT=6334
# Milvus configuration. Only available when VECTOR_STORE is `milvus`.
# The milvus uri.
MILVUS_URI=http://host.docker.internal:19530
MILVUS_DATABASE=
MILVUS_TOKEN=
MILVUS_USER=
MILVUS_PASSWORD=