A class that extends the BaseDocumentLoader class. It represents a document loader for loading files from an S3 bucket.

Hierarchy

Constructors

Methods

Constructors

Methods

  • Loads the file from the S3 bucket, saves it to a temporary directory, and then uses the UnstructuredLoader to load the file as a document.

    Returns Promise<Document<Record<string, any>>[]>

    An array of Document objects representing the loaded documents.

  • Loads the documents and splits them using a specified text splitter.

    Parameters

    Returns Promise<Document<Record<string, any>>[]>

    A Promise that resolves with an array of Document instances, each split according to the provided TextSplitter.

Generated using TypeDoc