mirror of
https://github.com/langgenius/dify.git
synced 2026-09-08 02:43:49 +08:00
10 lines
611 B
Plaintext
10 lines
611 B
Plaintext
# Runtime defaults for the isolated KnowledgeFS parser service. Page-parallel settings apply to
|
|
# PDFs; the same service also handles standard and heavy Office, mail, EPUB, ODT, and RTF inputs.
|
|
# Operator values in knowledge-fs-unstructured.env are loaded afterwards and take precedence.
|
|
# The non-.env suffix is intentional so this required file remains tracked in clean checkouts.
|
|
UNSTRUCTURED_PARALLEL_MODE_ENABLED=true
|
|
UNSTRUCTURED_PARALLEL_MODE_URL=http://127.0.0.1:8000/general/v0/general
|
|
UNSTRUCTURED_PARALLEL_MODE_SPLIT_SIZE=6
|
|
UNSTRUCTURED_PARALLEL_MODE_THREADS=3
|
|
UNSTRUCTURED_PARALLEL_RETRY_ATTEMPTS=0
|