A class that extends the BaseDocumentLoader class. It represents a document loader for loading documents from Notion using the Notion API.
Loads the documents from Notion based on the specified options.
A Promise that resolves to an array of Documents.
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
A class that extends the BaseDocumentLoader class. It represents a document loader for loading documents from Notion using the Notion API.