diff --git a/docs/features/banners.md b/docs/features/banners.md index d919ea9d..a5f56a54 100644 --- a/docs/features/banners.md +++ b/docs/features/banners.md @@ -31,7 +31,7 @@ Alternatively, you can configure banners through environment variables. To do th [{"id": "string","type": "string [info, success, warning, error]","title": "string","content": "string","dismissible": False,"timestamp": 1000}] ``` -For more information on configuring environment variables in Open WebUI, see [Environment Variable Configuration](https://docs.openwebui.com/getting-started/advanced-topics/env-configuration#webui_banners). +For more information on configuring environment variables in Open WebUI, see [Environment Variable Configuration](https://docs.openwebui.com/getting-started/env-configuration#webui_banners). Environment Variable Description --------------------------------- diff --git a/docs/features/chat-features/url-params.md b/docs/features/chat-features/url-params.md index 8dcb5218..11a4e235 100644 --- a/docs/features/chat-features/url-params.md +++ b/docs/features/chat-features/url-params.md @@ -37,7 +37,7 @@ The following table lists the available URL parameters, their function, and exam ### 3. **Web Search** -- **Description**: Enabling `web-search` allows the chat session to access [web search](/tutorials/integrations/web_search) functionality. +- **Description**: Enabling `web-search` allows the chat session to access [web search](/tutorials/web_search) functionality. - **How to Set**: Set this parameter to `true` to enable web search. - **Example**: `/?web-search=true` - **Behavior**: If enabled, the chat can retrieve web search results as part of its responses. diff --git a/docs/features/rag.md b/docs/features/rag.md index 9f0cbb86..d836469f 100644 --- a/docs/features/rag.md +++ b/docs/features/rag.md @@ -47,4 +47,4 @@ A variety of parsers extract content from local and remote documents. For more, ## 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. +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/env-configuration.md) environment variables to use. diff --git a/docs/features/webhooks.md b/docs/features/webhooks.md index 9720a45b..da7b1ee3 100644 --- a/docs/features/webhooks.md +++ b/docs/features/webhooks.md @@ -26,7 +26,7 @@ To configure webhooks in Open WebUI, you have two options: ### Option 2: Configure through Environment Variables -Alternatively, you can configure the webhook URL by setting the `WEBHOOK_URL` environment variable. For more information on environment variables in Open WebUI, see [Environment Variable Configuration](https://docs.openwebui.com/getting-started/advanced-topics/env-configuration/#webhook_url). +Alternatively, you can configure the webhook URL by setting the `WEBHOOK_URL` environment variable. For more information on environment variables in Open WebUI, see [Environment Variable Configuration](https://docs.openwebui.com/getting-started/env-configuration/#webhook_url). ### Step 3: Verify the Webhook diff --git a/docs/getting-started/env-configuration.md b/docs/getting-started/env-configuration.md index 977beacc..605699bb 100644 --- a/docs/getting-started/env-configuration.md +++ b/docs/getting-started/env-configuration.md @@ -103,7 +103,7 @@ This will run the Open WebUI on port `9999`. The `PORT` environment variable is :::danger -This should **only** ever be set to `False` when [ENABLE_OAUTH_SIGNUP](https://docs.openwebui.com/getting-started/advanced-topics/env-configuration/#enable_oauth_signup) +This should **only** ever be set to `False` when [ENABLE_OAUTH_SIGNUP](https://docs.openwebui.com/getting-started/env-configuration/#enable_oauth_signup) is also being used and set to `True`. Failure to do so will result in the inability to login. ::: diff --git a/docs/getting-started/quick-start/tab-docker/DockerSwarm.md b/docs/getting-started/quick-start/tab-docker/DockerSwarm.md index 9ae7175e..36472d48 100644 --- a/docs/getting-started/quick-start/tab-docker/DockerSwarm.md +++ b/docs/getting-started/quick-start/tab-docker/DockerSwarm.md @@ -3,7 +3,7 @@ This installation method requires knowledge on Docker Swarms, as it utilizes a stack file to deploy 3 seperate containers as services in a Docker Swarm. It includes isolated containers of ChromaDB, Ollama, and OpenWebUI. -Additionally, there are pre-filled [Environment Variables](../advanced-topics/env-configuration) to further illustrate the setup. +Additionally, there are pre-filled [Environment Variables](/getting-started/env-configuration) to further illustrate the setup. Choose the appropriate command based on your hardware setup: diff --git a/docs/tutorials/integrations/browser-search-engine.md b/docs/tutorials/integrations/browser-search-engine.md index ec502386..82880424 100644 --- a/docs/tutorials/integrations/browser-search-engine.md +++ b/docs/tutorials/integrations/browser-search-engine.md @@ -18,7 +18,7 @@ Open WebUI allows you to integrate directly into your web browser. This tutorial Before you begin, ensure that: - You have Chrome or another supported browser installed. -- The `WEBUI_URL` environment variable is set correctly, either using Docker environment variables or in the `.env` file as specified in the [Getting Started](/getting-started/advanced-topics/env-configuration) guide. +- The `WEBUI_URL` environment variable is set correctly, either using Docker environment variables or in the `.env` file as specified in the [Getting Started](/getting-started/env-configuration) guide. ### Step 1: Set the WEBUI_URL Environment Variable diff --git a/docs/tutorials/text-to-speech/openedai-speech-integration.md b/docs/tutorials/text-to-speech/openedai-speech-integration.md index d5d28f2b..d8c170ae 100644 --- a/docs/tutorials/text-to-speech/openedai-speech-integration.md +++ b/docs/tutorials/text-to-speech/openedai-speech-integration.md @@ -212,7 +212,7 @@ The configuration files, which define the available voices and their properties, **Additional Resources** ------------------------ -For more information on configuring Open WebUI to use `openedai-speech`, including setting environment variables, see the [Open WebUI documentation](https://docs.openwebui.com/getting-started/advanced-topics/env-configuration#text-to-speech). +For more information on configuring Open WebUI to use `openedai-speech`, including setting environment variables, see the [Open WebUI documentation](https://docs.openwebui.com/getting-started/env-configuration#text-to-speech). For more information about `openedai-speech`, please visit the [GitHub repository](https://github.com/matatonic/openedai-speech).