Load documents from Google Cloud Storage file.
Inherits from BaseLoader.
Downloads and loads a single file from GCS bucket using configurable loader.
Requires additional dependencies:
pip install langchain-google-community[gcs]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]