Update env-configuration.md
Some checks are pending
Deploy site to Pages / build (push) Waiting to run
Deploy site to Pages / deploy (push) Blocked by required conditions

This commit is contained in:
Timothy Jaeryang Baek 2025-04-13 17:25:43 -07:00
parent b1fd7bd6b3
commit 3381c6462d

View File

@ -1232,7 +1232,7 @@ When enabling `GOOGLE_DRIVE_INTEGRATION`, ensure that you have configured `GOOGL
- Type: `str`
- Default: `safe_web`
- Description: Specifies the loader to use for retrieving and processing web content. Options include:
- `safe_web` - Uses the `requests` module with enhanced error handling.
- '' - Uses the `requests` module with enhanced error handling.
- `playwright` - Uses Playwright for more advanced web page rendering and interaction.
- Persistence: This environment variable is a `PersistentConfig` variable.