From 6a70edd5c9b46a56b606213e65da18a4bd977309 Mon Sep 17 00:00:00 2001 From: Silentoplayz <50341825+Silentoplayz@users.noreply.github.com> Date: Tue, 15 Apr 2025 21:02:25 -0400 Subject: [PATCH] Update env-configuration.md adjustment --- docs/getting-started/env-configuration.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/getting-started/env-configuration.md b/docs/getting-started/env-configuration.md index bbe440f..ee5e3fd 100644 --- a/docs/getting-started/env-configuration.md +++ b/docs/getting-started/env-configuration.md @@ -1007,7 +1007,7 @@ modeling files for reranking. #### `ELASTICSEARCH_INDEX_PREFIX` - Type: `str` -- Default: `'open_webui_collections'` +- Default: `open_webui_collections` - Description: Specifies the prefix for the Elasticsearch index. - Persistence: This environment variable is a `PersistentConfig` variable. @@ -1021,7 +1021,7 @@ modeling files for reranking. #### `ELASTICSEARCH_URL` - Type: `str` -- Default: `'https://localhost:9200'` +- Default: `https://localhost:9200` - Description: Specifies the URL for the Elasticsearch instance. - Persistence: This environment variable is a `PersistentConfig` variable. @@ -1384,7 +1384,7 @@ Strictly return in JSON format: #### `BYPASS_EMBEDDING_AND_RETRIEVAL` - Type: `bool` -- Default: `'os.environ.get('BYPASS_EMBEDDING_AND_RETRIEVAL', 'False').lower() == 'true'` +- Default: `False` - Description: Bypasses the embedding and retrieval process. - Persistence: This environment variable is a `PersistentConfig` variable. @@ -1433,7 +1433,7 @@ Strictly return in JSON format: #### `RAG_FULL_CONTEXT` - Type: `bool` -- Default: `'os.getenv('RAG_FULL_CONTEXT', 'False').lower() == 'true'` +- Default: `False` - Description: Specifies whether to use the full context for RAG. - Persistence: This environment variable is a `PersistentConfig` variable. @@ -1544,7 +1544,7 @@ When enabling `GOOGLE_DRIVE_INTEGRATION`, ensure that you have configured `GOOGL #### `BYPASS_WEB_SEARCH_EMBEDDING_AND_RETRIEVAL` - Type: `bool` -- Default: `'os.getenv('BYPASS_WEB_SEARCH_EMBEDDING_AND_RETRIEVAL', 'False').lower() == 'true'` +- Default: `False` - Description: Bypasses the web search embedding and retrieval process. - Persistence: This environment variable is a `PersistentConfig` variable. @@ -2793,7 +2793,7 @@ These variables are not specific to Open WebUI but can still be valuable in cert #### `S3_USE_ACCELERATE_ENDPOINT` - Type: `str` -- Default: `'False'` +- Default: `False` - Description: Specifies whether to use the accelerated endpoint for S3 storage. #### Google Cloud Storage