Harrison/rec gd (#3054)

Co-authored-by: Benjamin Scholtz <BenSchZA@users.noreply.github.com>
This commit is contained in:
Harrison Chase
2023-04-17 21:02:35 -07:00
committed by GitHub
parent eee2f23a79
commit 5107fac656
2 changed files with 34 additions and 15 deletions

View File

@@ -44,7 +44,11 @@
},
"outputs": [],
"source": [
"loader = GoogleDriveLoader(folder_id=\"1yucgL9WGgWZdM1TOuKkeghlPizuzMYb5\")"
"loader = GoogleDriveLoader(\n",
" folder_id=\"1yucgL9WGgWZdM1TOuKkeghlPizuzMYb5\",\n",
" # Optional: configure whether to recursively fetch files from subfolders. Defaults to False.\n",
" recursive=False\n",
")"
]
},
{