mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 21:00:58 +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
|
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)
|
||||||
|
|||||||
Reference in New Issue
Block a user