From 3381c6462d52ba29a3d3462a12c6b20e9d6b0e71 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Sun, 13 Apr 2025 17:25:43 -0700 Subject: [PATCH] Update env-configuration.md --- docs/getting-started/env-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/env-configuration.md b/docs/getting-started/env-configuration.md index ede316c..635c2cc 100644 --- a/docs/getting-started/env-configuration.md +++ b/docs/getting-started/env-configuration.md @@ -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.