Merge branch 'main' into FEATURE/RAG-VectorStores-Updates

This commit is contained in:
vinodkiran
2023-12-31 12:34:30 +05:30
11 changed files with 15 additions and 4 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)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "flowise-components",
"version": "1.4.9",
"version": "1.5.0",
"description": "Flowiseai Components",
"main": "dist/src/index",
"types": "dist/src/index.d.ts",