mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-08-12 06:28:58 +08:00
Update Docker .env (#3576)
### What problem does this PR solve? ### Type of change - [x] Documentation Update
This commit is contained in:
parent
9541d7e7bc
commit
60a3e1a8dc
11
docker/.env
11
docker/.env
@ -1,5 +1,7 @@
|
||||
# The type of doc engine to use.
|
||||
# Supported values are `elasticsearch`, `infinity`.
|
||||
# Available options:
|
||||
# - `elasticsearch` (default)
|
||||
# - `infinity` (https://github.com/infiniflow/infinity)
|
||||
DOC_ENGINE=${DOC_ENGINE:-elasticsearch}
|
||||
|
||||
# ------------------------------
|
||||
@ -85,7 +87,7 @@ RAGFLOW_IMAGE=infiniflow/ragflow:dev-slim
|
||||
# RAGFLOW_IMAGE=infiniflow/ragflow:dev
|
||||
#
|
||||
# The Docker image of the dev edition includes:
|
||||
# - Embedded embedding models:
|
||||
# - Built-in embedding models:
|
||||
# - BAAI/bge-large-zh-v1.5
|
||||
# - BAAI/bge-reranker-v2-m3
|
||||
# - maidalun1020/bce-embedding-base_v1
|
||||
@ -123,3 +125,8 @@ TIMEZONE='Asia/Shanghai'
|
||||
# Optimizations for MacOS
|
||||
# Uncomment the following line if your OS is MacOS:
|
||||
# MACOS=1
|
||||
|
||||
# The maximum file size for each uploaded file, in bytes.
|
||||
# You can uncomment this line and update the value if you wish to change 128M file size limit
|
||||
# MAX_CONTENT_LENGTH=134217728
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user