You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this.description='Load data from Notion Page (including child pages all as separate documents)'
22
+
this.baseClasses=[this.type]
23
+
this.inputs=[
24
+
{
25
+
label: 'Text Splitter',
26
+
name: 'textSplitter',
27
+
type: 'TextSplitter',
28
+
optional: true
29
+
},
30
+
{
31
+
label: 'Notion Integration Token',
32
+
name: 'notionIntegrationToken',
33
+
type: 'password',
34
+
description:
35
+
'You can find integration token <a target="_blank" href="https://developers.notion.com/docs/create-a-notion-integration#step-1-create-an-integration">here</a>'
36
+
},
37
+
{
38
+
label: 'Notion Page Id',
39
+
name: 'pageId',
40
+
type: 'string',
41
+
description:
42
+
'The last The 32 char hex in the url path. For example: https://www.notion.so/skarard/LangChain-Notion-API-b34ca03f219c4420a6046fc4bdfdf7b4, b34ca03f219c4420a6046fc4bdfdf7b4 is the Page ID'
0 commit comments