Merge pull request #413 from harryzhou2000/main

feat: Added description for RAG_WEB_SEARCH_TRUST_ENV in env-configuration.md
This commit is contained in:
Timothy Jaeryang Baek
2025-03-15 17:32:23 +00:00
committed by GitHub

View File

@@ -1162,6 +1162,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`