Load documents from Google Cloud Storage directory.
Inherits from BaseLoader.
Loads all files from a GCS bucket with optional prefix filtering.
Requires additional dependencies:
pip install langchain-google-community[gcs]A loader function that instantiates a loader based on a
file_path argument. If nothing is provided, the GCSFileLoader
would use its default loader.