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`