Ask a question to get started
Enter to sendā¢Shift+Enter new line
GCSFileLoader( self, project_name: str, bucket: str, blob: str, loader_func:
BaseLoader
project_name
str
The name of the project to load
bucket
The name of the GCS bucket.
blob
The name of the GCS blob to load.
loader_func
Optional[Callable[[str], BaseLoader]]
None
Load documents.
Load from GCS file.
A loader function that instantiates a loader based on a file_path argument. If nothing is provided, the UnstructuredFileLoader is used.