fix: unstructured io credential environment variables missing (#10953)

This commit is contained in:
Kalo Chin
2024-11-22 11:15:17 +09:00
committed by GitHub
parent 464f384cea
commit 2cd9ac60f1
2 changed files with 4 additions and 1 deletions

View File

@@ -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