⚠️ Deprecated ⚠️

use the NotionAPILoader class instead.

This feature is deprecated and will be removed in the future.

It is not recommended for use.

Example

const loader = new NotionDBLoader({
pageSizeLimit: 10,
databaseId: "{databaseId}",
notionIntegrationToken: "{notionIntegrationToken}",
});
const docs = await loader.load();

Hierarchy (view full)

Implements

Constructors

Properties

databaseId: string
integrationToken: string
notionApiVersion: string
pageSizeLimit: number

Methods

  • Loads the documents from Notion based on the specified options.

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

    An array of Document objects.

Generated using TypeDoc