You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/docs
Eugene Yurtsev c06a47a691
Load specific file types from Google Drive (issue #4878) (#4926)
# Load specific file types from Google Drive (issue #4878)
Add the possibility to define what file types you want to load from
Google Drive.
 
```
 loader = GoogleDriveLoader(
    folder_id="1yucgL9WGgWZdM1TOuKkeghlPizuzMYb5",
    file_types=["document", "pdf"]
    recursive=False
)
```

Fixes ##4878

## Who can review?
Community members can review the PR once tests pass. Tag
maintainers/contributors who might be interested:
DataLoaders
- @eyurtsev

Twitter: [@UmerHAdil](https://twitter.com/@UmerHAdil) | Discord:
RicChilligerDude#7589

---------

Co-authored-by: UmerHA <40663591+UmerHA@users.noreply.github.com>
1 year ago
..
_static docs: Mendable Fixes and Improvements (#4184) 1 year ago
additional_resources Update gallery (#4873) 1 year ago
ecosystem Tiny code review and docs fix for Docugami DataLoader (#4877) 1 year ago
getting_started Update getting_started.md (#4482) 1 year ago
modules Load specific file types from Google Drive (issue #4878) (#4926) 1 year ago
reference Revert "Make serpapi base url configurable via env (#4402)" (#4750) 1 year ago
tracing Some notebook and client fixes (add retries, clean up docs, etc) (#4820) 1 year ago
use_cases Typos (#4851) 1 year ago
Makefile Feature: linkcheck-action (#534) (#542) 2 years ago
conf.py docs: Mendable Search integration (#2803) 1 year ago
ecosystem.rst docs `retriever` improvements (#4430) 1 year ago
index.rst bump version to 173 (#4910) 1 year ago
make.bat initial commit 2 years ago
reference.rst Move Generative Agent definition to Experimental (#3245) 1 year ago
requirements.txt Harrison/docs reqs (#2199) 1 year ago