From 2bff8ca65128c2631e67bc72047785cd5b828a69 Mon Sep 17 00:00:00 2001 From: Classic298 <27028174+Classic298@users.noreply.github.com> Date: Thu, 25 Sep 2025 10:53:36 +0200 Subject: [PATCH 1/2] Update env-configuration.md --- docs/getting-started/env-configuration.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/getting-started/env-configuration.md b/docs/getting-started/env-configuration.md index 03db7ac4..9e2bf200 100644 --- a/docs/getting-started/env-configuration.md +++ b/docs/getting-started/env-configuration.md @@ -2162,6 +2162,7 @@ This environment variable was previously named "WEB_SEARCH_CONCURRENT_REQUESTS". - `exa` - Uses the [Exa](https://exa.ai/) search engine. - `perplexity` - Uses the [Perplexity AI](https://www.perplexity.ai/) search engine. - `sougou` - Uses the [Sougou](https://www.sogou.com/) search engine. + - `ollama_cloud` - Uses the [Ollama Cloud](https://ollama.com/blog/web-search) search engine. - Persistence: This environment variable is a `PersistentConfig` variable. #### `BYPASS_WEB_SEARCH_EMBEDDING_AND_RETRIEVAL` @@ -2312,6 +2313,13 @@ the search query. Example: `http://searxng.local/search?q=` - Description: Sets the Sogou API SK. - Persistence: This environment variable is a `PersistentConfig` variable. +#### `OLLAMA_CLOUD_WEB_SEARCH_API_KEY` + +- Type: `str` +- Default: `None` +- Description: Sets the Ollama Cloud Web Search API Key. +- Persistence: This environment variable is a `PersistentConfig` variable. + #### `TAVILY_EXTRACT_DEPTH` - Type: `str` From 028de27874eca2b6d1ea1e74153a426960eb388f Mon Sep 17 00:00:00 2001 From: Classic298 <27028174+Classic298@users.noreply.github.com> Date: Thu, 25 Sep 2025 10:55:46 +0200 Subject: [PATCH 2/2] Create ollama-cloud.mdx --- docs/tutorials/web-search/ollama-cloud.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 docs/tutorials/web-search/ollama-cloud.mdx diff --git a/docs/tutorials/web-search/ollama-cloud.mdx b/docs/tutorials/web-search/ollama-cloud.mdx new file mode 100644 index 00000000..d196e6f8 --- /dev/null +++ b/docs/tutorials/web-search/ollama-cloud.mdx @@ -0,0 +1,8 @@ +--- +sidebar_position: 4 +title: "Ollama Cloud Web Search" +--- + +:::warning +This tutorial is a community contribution and is not supported by the Open WebUI team. It serves only as a demonstration on how to customize Open WebUI for your specific use case. Want to contribute? Check out the contributing tutorial. +:::