From b66659fc28c23d81347ef17eccadf324949ed534 Mon Sep 17 00:00:00 2001 From: Elena Mata Yandiola <47299995+elenamatay@users.noreply.github.com> Date: Wed, 20 Dec 2023 06:21:42 +0100 Subject: [PATCH] docs: Clarification google_cloud_storage_directory.ipynb (#14922) - Description: Just a minor add to the documentation to clarify how to load all files from a folder. I assumed and try to do it specifying it in the bucket (BUCKET/FOLDER), instead of using the prefix. --- .../document_loaders/google_cloud_storage_directory.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/integrations/document_loaders/google_cloud_storage_directory.ipynb b/docs/docs/integrations/document_loaders/google_cloud_storage_directory.ipynb index 9bcc146989..bb468d98a4 100644 --- a/docs/docs/integrations/document_loaders/google_cloud_storage_directory.ipynb +++ b/docs/docs/integrations/document_loaders/google_cloud_storage_directory.ipynb @@ -81,7 +81,7 @@ "metadata": {}, "source": [ "## Specifying a prefix\n", - "You can also specify a prefix for more finegrained control over what files to load." + "You can also specify a prefix for more finegrained control over what files to load -including loading all files from a specific folder-." ] }, {