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)