Bugfix: Upsert successful, but failed to insert documents

This commit is contained in:
vinodkiran 2023-12-30 16:17:03 +05:30
parent da18b6a5c0
commit fe0c22255b
1 changed files with 4 additions and 0 deletions

View File

@ -66,6 +66,10 @@ class NotionDB_DocumentLoaders implements INode {
auth: notionIntegrationToken auth: notionIntegrationToken
}, },
id: databaseId, id: databaseId,
callerOptions: {
maxConcurrency: 64 // Default value
},
propertiesAsHeader: true, // Prepends a front matter header of the page properties to the page contents
type: 'database' type: 'database'
} }
const loader = new NotionAPILoader(obj) const loader = new NotionAPILoader(obj)