Skip to content

Commit f4bafa9

Browse files
committed
updating docs
1 parent 6653f49 commit f4bafa9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/integrations/document_loaders/outline.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
"\n",
5656
"* outline_base_url: The URL of your outline instance (or it will be taken from the environment variable).\n",
5757
"* outline_api_key: Your API key for authenticating with your Outline instance (or it will be taken from the environment variable).\n",
58+
"* outline_collection_id_list: List of collection ids to be retrieved. If None all will be retrieved.\n",
5859
"* page_size: Because the Outline API uses paginated results you can configure how many results (documents) per page will be retrieved per API request. If this is not specified a default will be used."
5960
]
6061
},
@@ -78,8 +79,7 @@
7879
"\n",
7980
"# Option 2: Passing parameters directly\n",
8081
"loader = OutlineLoader(\n",
81-
" outline_base_url=\"YOUR_OUTLINE_URL\",\n",
82-
" outline_api_key=\"YOUR_API_KEY\"\n",
82+
" outline_base_url=\"YOUR_OUTLINE_URL\", outline_api_key=\"YOUR_API_KEY\"\n",
8383
")"
8484
]
8585
},

0 commit comments

Comments
 (0)