Feat/add milvus vector db (#1302)

Co-authored-by: jyong <jyong@dify.ai>
This commit is contained in:
Jyong
2023-10-10 21:56:24 +08:00
committed by GitHub
parent 875dfbbf0e
commit 07aab5e868
8 changed files with 1055 additions and 64 deletions

View File

@@ -63,6 +63,13 @@ WEAVIATE_BATCH_SIZE=100
QDRANT_URL=http://localhost:6333
QDRANT_API_KEY=difyai123456
# Milvus configuration
MILVUS_HOST=127.0.0.1
MILVUS_PORT=19530
MILVUS_USER=root
MILVUS_PASSWORD=Milvus
MILVUS_SECURE=false
# Mail configuration, support: resend
MAIL_TYPE=
MAIL_DEFAULT_SEND_FROM=no-reply <no-reply@dify.ai>