Interface that defines the methods for loading and splitting documents.
Loads the documents.
A Promise that resolves with an array of Document instances.
Loads the documents and splits them using a specified text splitter.
A Promise that resolves with an array of Document instances, each split according to the provided TextSplitter.
Generated using TypeDoc
Interface that defines the methods for loading and splitting documents.