Returns a client info object with a custom user agent header.
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]
The default UnstructuredFileLoader additionally requires
langchain-community. To avoid that dependency, provide a custom
loader_func.
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]
If loader_func is not provided, GCSFileLoader uses
UnstructuredFileLoader, which additionally requires
langchain-community.