You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/docs/integrations/aws_s3.md

741 B

AWS S3 Directory

Amazon Simple Storage Service (Amazon S3) is an object storage service.

AWS S3 Directory

AWS S3 Buckets

Installation and Setup

pip install boto3

Document Loader

See a usage example for S3DirectoryLoader.

See a usage example for S3FileLoader.

from langchain.document_loaders import S3DirectoryLoader, S3FileLoader