From 9429cd970fca83e8029e1815a448226674addc85 Mon Sep 17 00:00:00 2001 From: harry zhou <67385896+harryzhou2000@users.noreply.github.com> Date: Fri, 21 Feb 2025 23:38:58 +0800 Subject: [PATCH] feat: Added description for RAG_WEB_SEARCH_TRUST_ENV in env-configuration.md --- docs/getting-started/env-configuration.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/getting-started/env-configuration.md b/docs/getting-started/env-configuration.md index 86f3538..d1afbae 100644 --- a/docs/getting-started/env-configuration.md +++ b/docs/getting-started/env-configuration.md @@ -1151,6 +1151,13 @@ When enabling `GOOGLE_DRIVE_INTEGRATION`, ensure that you have configured `GOOGL - Description: Enables or disables search query generation. - Persistence: This environment variable is a `PersistentConfig` variable. +#### `RAG_WEB_SEARCH_TRUST_ENV` + +- Type: `bool` +- Default: `False` +- Description: Enables proxy set by `http_proxy` and `https_proxy` during web search content fetching. +- Persistence: This environment variable is a `PersistentConfig` variable. + #### `RAG_WEB_SEARCH_RESULT_COUNT` - Type: `int`