fix: unstructured io credential environment variables missing (#10953)
This commit is contained in:
@@ -574,9 +574,11 @@ UPLOAD_FILE_BATCH_LIMIT=5
|
||||
# `Unstructured` Unstructured.io file extraction scheme
|
||||
ETL_TYPE=dify
|
||||
|
||||
# Unstructured API path, needs to be configured when ETL_TYPE is Unstructured.
|
||||
# Unstructured API path and API key, needs to be configured when ETL_TYPE is Unstructured
|
||||
# Or using Unstructured for document extractor node for pptx.
|
||||
# For example: http://unstructured:8000/general/v0/general
|
||||
UNSTRUCTURED_API_URL=
|
||||
UNSTRUCTURED_API_KEY=
|
||||
|
||||
# ------------------------------
|
||||
# Model Configuration
|
||||
|
Reference in New Issue
Block a user