Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dify
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ai-tech
dify
Commits
f191b8b8
Unverified
Commit
f191b8b8
authored
Oct 11, 2023
by
Jyong
Committed by
GitHub
Oct 11, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
milvus docker compose env (#1306)
Co-authored-by:
jyong
<
jyong@dify.ai
>
parent
5003db98
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
3 deletions
+25
-3
.env.example
api/.env.example
+1
-1
docker-compose.yaml
docker/docker-compose.yaml
+24
-2
No files found.
api/.env.example
View file @
f191b8b8
...
...
@@ -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
...
...
docker/docker-compose.yaml
View file @
f191b8b8
...
...
@@ -78,7 +78,7 @@ services:
S3_ACCESS_KEY
:
'
ak-difyai'
S3_SECRET_KEY
:
'
sk-difyai'
S3_REGION
:
'
us-east-1'
# The type of vector store to use. Supported values are `weaviate`, `qdrant`.
# The type of vector store to use. Supported values are `weaviate`, `qdrant`
, `milvus`
.
VECTOR_STORE
:
weaviate
# The Weaviate endpoint URL. Only available when VECTOR_STORE is `weaviate`.
WEAVIATE_ENDPOINT
:
http://weaviate:8080
...
...
@@ -88,6 +88,17 @@ services:
QDRANT_URL
:
http://qdrant:6333
# The Qdrant API key.
QDRANT_API_KEY
:
difyai123456
# Milvus configuration Only available when VECTOR_STORE is `milvus`.
# The milvus host.
MILVUS_HOST
:
127.0.0.1
# The milvus host.
MILVUS_PORT
:
19530
# The milvus username.
MILVUS_USER
:
root
# The milvus password.
MILVUS_PASSWORD
:
Milvus
# The milvus tls switch.
MILVUS_SECURE
:
false
# Mail configuration, support: resend
MAIL_TYPE
:
'
'
# default send from email address, if not specified
...
...
@@ -145,7 +156,7 @@ services:
# The type of storage to use for storing user files. Supported values are `local` and `s3`, Default: `local`
STORAGE_TYPE
:
local
STORAGE_LOCAL_PATH
:
storage
# The type of vector store to use. Supported values are `weaviate`, `qdrant`.
# The type of vector store to use. Supported values are `weaviate`, `qdrant`
, `milvus`
.
VECTOR_STORE
:
weaviate
# The Weaviate endpoint URL. Only available when VECTOR_STORE is `weaviate`.
WEAVIATE_ENDPOINT
:
http://weaviate:8080
...
...
@@ -155,6 +166,17 @@ services:
QDRANT_URL
:
http://qdrant:6333
# The Qdrant API key.
QDRANT_API_KEY
:
difyai123456
# Milvus configuration Only available when VECTOR_STORE is `milvus`.
# The milvus host.
MILVUS_HOST
:
127.0.0.1
# The milvus host.
MILVUS_PORT
:
19530
# The milvus username.
MILVUS_USER
:
root
# The milvus password.
MILVUS_PASSWORD
:
Milvus
# The milvus tls switch.
MILVUS_SECURE
:
false
# Mail configuration, support: resend
MAIL_TYPE
:
'
'
# default send from email address, if not specified
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment