A mapping of file extensions to loader functions. Each loader function takes a file path as a parameter and returns a BaseDocumentLoader instance.

Indexable

  • [extension: string]: ((filePath: string) => Toolkit)