Harrison/param notion db (#4689)

Co-authored-by: Edward Park <ed.sh.park@gmail.com>
This commit is contained in:
Harrison Chase
2023-05-14 18:26:25 -07:00
committed by GitHub
parent 5d63fc65e1
commit 6f47ab17a4
2 changed files with 16 additions and 4 deletions

View File

@@ -1,6 +1,7 @@
{
"cells": [
{
"attachments": {},
"cell_type": "markdown",
"id": "1dc7df1d",
"metadata": {},
@@ -99,7 +100,11 @@
"metadata": {},
"outputs": [],
"source": [
"loader = NotionDBLoader(integration_token=NOTION_TOKEN, database_id=DATABASE_ID)"
"loader = NotionDBLoader(\n",
" integration_token=NOTION_TOKEN, \n",
" database_id=DATABASE_ID,\n",
" request_timeout_sec=30 # optional, defaults to 10\n",
")"
]
},
{