milvus docker compose env (#1306)
Co-authored-by: jyong <jyong@dify.ai>
This commit is contained in:
parent
5003db987d
commit
f191b8b8d1
2 changed files with 25 additions and 3 deletions
|
|
@ -50,7 +50,7 @@ S3_REGION=your-region
|
|||
WEB_API_CORS_ALLOW_ORIGINS=http://127.0.0.1:3000,*
|
||||
CONSOLE_CORS_ALLOW_ORIGINS=http://127.0.0.1:3000,*
|
||||
|
||||
# Vector database configuration, support: weaviate, qdrant
|
||||
# Vector database configuration, support: weaviate, qdrant, milvus
|
||||
VECTOR_STORE=weaviate
|
||||
|
||||
# Weaviate configuration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue