feat: Added description for RAG_WEB_SEARCH_TRUST_ENV in env-configuration.md

This commit is contained in:
harry zhou 2025-02-21 23:38:58 +08:00 committed by GitHub
parent 078e7133e5
commit 9429cd970f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1151,6 +1151,13 @@ When enabling `GOOGLE_DRIVE_INTEGRATION`, ensure that you have configured `GOOGL
- Description: Enables or disables search query generation. - Description: Enables or disables search query generation.
- Persistence: This environment variable is a `PersistentConfig` variable. - 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` #### `RAG_WEB_SEARCH_RESULT_COUNT`
- Type: `int` - Type: `int`