Merge pull request #343 from silentoplayz/update-env-doc

Update env-configuration.md
This commit is contained in:
Timothy Jaeryang Baek 2024-12-28 21:13:11 -08:00 committed by GitHub
commit fca1c02183
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1545 additions and 678 deletions

View File

@ -44,3 +44,7 @@ The dedicated RAG pipeline for summarizing YouTube videos via video URLs enables
## Document Parsing
A variety of parsers extract content from local and remote documents. For more, see the [`get_loader`](https://github.com/open-webui/open-webui/blob/2fa94956f4e500bf5c42263124c758d8613ee05e/backend/apps/rag/main.py#L328) function.
## Google Drive Integration
When paired with a Google Cloud project that has the Google Picker API and Google Drive API enabled, this feature allows users to directly access their Drive files from the chat interface and upload documents, slides, sheets and more and uploads them as context to your chat. Can be enabled `Admin Panel` > `Settings` > `Documents` menu. Must set [`GOOGLE_DRIVE_API_KEY and GOOGLE_DRIVE_CLIENT_ID`](https://github.com/open-webui/docs/blob/main/docs/getting-started/advanced-topics/env-configuration.md) environment variables to use.

File diff suppressed because it is too large Load Diff

View File

@ -56,7 +56,6 @@ Some level of granularity is possible using any of the following combination of
| `CONFIG_LOG_LEVEL` | Configuration handling |
| `DB_LOG_LEVEL` | Internal Peewee Database |
| `IMAGES_LOG_LEVEL` | AUTOMATIC1111 stable diffusion image generation |
| `LITELLM_LOG_LEVEL` | LiteLLM proxy |
| `MAIN_LOG_LEVEL` | Main (root) execution |
| `MODELS_LOG_LEVEL` | LLM model interaction, authentication, etc. |
| `OLLAMA_LOG_LEVEL` | Ollama backend interaction |