CompatibilityOnly available on Node.js.
Setup
To run this index you’ll need to have Unstructured already set up and ready to use at an available URL endpoint. It can also be configured to run locally. See the docs here for information on how to do that. You’ll also need to install the official AWS SDK:npm
Usage
Once Unstructured is configured, you can use the S3 loader to load files and then convert them into a Document. You can optionally provide a s3Config parameter to specify your bucket region, access key, and secret access key. If these are not provided, you will need to have them in your environment (e.g., by runningaws configure
).