diff --git a/404.html b/404.html index 7a4f6e8f..8e84ad28 100644 --- a/404.html +++ b/404.html @@ -4,7 +4,7 @@
| Variable | Default | Description |
|---|---|---|
OPENSEARCH_HOST | localhost | OpenSearch host. |
OPENSEARCH_PASSWORD | - | Password for OpenSearch admin user. Required. |
OPENSEARCH_PORT | 9200 | OpenSearch port. |
OPENSEARCH_USERNAME | admin | OpenSearch username. |
Configure general system components, session management, and logging.
-| Variable | Default | Description |
|---|---|---|
LANGFLOW_KEY_RETRIES | 15 | Number of retries for Langflow key generation. |
LANGFLOW_KEY_RETRY_DELAY | 2.0 | Delay between retries in seconds. |
LOG_FORMAT | - | Log format (set to "json" for JSON output). |
LOG_LEVEL | INFO | Logging level (DEBUG, INFO, WARNING, ERROR). |
MAX_WORKERS | - | Maximum number of workers for document processing. |
SERVICE_NAME | openrag | Service name for logging. |
SESSION_SECRET | auto-generated | Session management. |
| Variable | Default | Description |
|---|---|---|
LANGFLOW_KEY_RETRIES | 15 | Number of retries for Langflow key generation. |
LANGFLOW_KEY_RETRY_DELAY | 2.0 | Delay between retries in seconds. |
LANGFLOW_VERSION | latest | Langflow Docker image version. |
LOG_FORMAT | - | Log format (set to "json" for JSON output). |
LOG_LEVEL | INFO | Logging level (DEBUG, INFO, WARNING, ERROR). |
MAX_WORKERS | - | Maximum number of workers for document processing. |
OPENRAG_VERSION | latest | OpenRAG Docker image version. |
SERVICE_NAME | openrag | Service name for logging. |
SESSION_SECRET | auto-generated | Session management. |
Langflow runtime overrides allow you to modify component settings at runtime without changing the base configuration.
Runtime overrides are implemented through tweaks - parameter modifications that are passed to specific Langflow components during flow execution.
diff --git a/support/troubleshoot/index.html b/support/troubleshoot/index.html index c8d75bc1..9f033b27 100644 --- a/support/troubleshoot/index.html +++ b/support/troubleshoot/index.html @@ -4,7 +4,7 @@