connectors
module to access and authenticate to those locations.
A connector is a Python class, along with configuration settings, that enables the parse
function to access and retrieve documents from a specific source, such as a cloud storage bucket or local directory.
You can pass a connector to the parse
function to fetch and parse all documents from that source, without manually listing each file.
You can use a connector to access all documents in an Amazon S3 bucket or Google Drive. Also, instead of specifying every file path in a local folder, you can use a connector to parse the entire directory in one call.
connectors
module is available in the agentic-doc library v0.2.3 and later.