Merge branch 'FlowiseAI:main' into main

This commit is contained in:
Darien Kindlund
2023-12-30 11:54:33 -05:00
committed by GitHub
7 changed files with 11 additions and 0 deletions
@@ -66,6 +66,10 @@ class NotionDB_DocumentLoaders implements INode {
auth: notionIntegrationToken
},
id: databaseId,
callerOptions: {
maxConcurrency: 64 // Default value
},
propertiesAsHeader: true, // Prepends a front matter header of the page properties to the page contents
type: 'database'
}
const loader = new NotionAPILoader(obj)