Update env-configuration.md

This commit is contained in:
Classic298 2025-06-10 12:06:36 +02:00 committed by GitHub
parent 6ce11590bb
commit 11c2b8b08b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -925,7 +925,22 @@ When deploying Open-WebUI in a multi-node/worker cluster with a load balancer, y
- Type: `bool`
- Default: `False`
- Description: Enables or disables offline mode.
- Description: Disables Open WebUI's network connections for update checks and automatic model downloads.
:::info
**Disabled when enabled:**
- Automatic version update checks
- Downloads of embedding models from Hugging Face Hub
- If you did not download an embedding model prior to activating `OFFLINE_MODE` any RAG, web search and document analysis functionality may not work properly
- Update notifications in the UI
**Still functional:**
- External LLM API connections (OpenAI, etc.)
- OAuth authentication providers
- Web search and RAG with external APIs
:::
#### `RESET_CONFIG_ON_START`