Update env-configuration.md

This commit is contained in:
Classic298
2025-09-27 18:20:32 +02:00
committed by GitHub
parent cec50ab4d4
commit cccb192f20

View File

@@ -2172,7 +2172,8 @@ This environment variable was previously named "WEB_SEARCH_CONCURRENT_REQUESTS".
- `jina` - Uses the [Jina](https://jina.ai/) search engine.
- `bing` - Uses the [Bing](https://www.bing.com/) search engine.
- `exa` - Uses the [Exa](https://exa.ai/) search engine.
- `perplexity` - Uses the [Perplexity AI](https://www.perplexity.ai/) search engine.
- `perplexity` - Uses the [Perplexity API](https://www.perplexity.ai/) to access perplexity's AI models. Calls their AI models, which execute a search and also return a full response.
- `perplexity_search` - Uses the [Perplexity Search API](https://www.perplexity.ai/) search engine. In contrast to the `perplexity` option, this uses Perplexity's web search API for searching the web and retrieving results.
- `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.