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
Copy file name to clipboardExpand all lines: docs/docs/integrations/document_loaders/outline.ipynb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,7 @@
55
55
"\n",
56
56
"* outline_base_url: The URL of your outline instance (or it will be taken from the environment variable).\n",
57
57
"* 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",
58
59
"* 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."
0 commit comments