mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-24 01:00:37 +03:00
Bugfix: Upsert successful, but failed to insert documents
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user