We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f03fe5 + fe0c222 commit 30b27a8Copy full SHA for 30b27a8
packages/components/nodes/documentloaders/Notion/NotionDB.ts
@@ -66,6 +66,10 @@ class NotionDB_DocumentLoaders implements INode {
66
auth: notionIntegrationToken
67
},
68
id: databaseId,
69
+ callerOptions: {
70
+ maxConcurrency: 64 // Default value
71
+ },
72
+ propertiesAsHeader: true, // Prepends a front matter header of the page properties to the page contents
73
type: 'database'
74
}
75
const loader = new NotionAPILoader(obj)
0 commit comments