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.