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/modules
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
..
agents bump version to 173 (#4910) 1 year ago
callbacks add more color to callbacks docs (#3856) 1 year ago
chains Harrison/unified objectives (#4905) 1 year ago
indexes Load specific file types from Google Drive (issue #4878) (#4926) 1 year ago
memory Zep memory (#4898) 1 year ago
models Fix AzureOpenAI embeddings documentation example. model -> deployment (#4389) 1 year ago
prompts Harrison/prompt constructor methods (#4616) 1 year ago
utils/examples Pass parsed inputs through to tool _run (#4309) 1 year ago
agents.rst Harrison/plan and solve (#4422) 1 year ago
chains.rst big docs refactor (#1978) 1 year ago
indexes.rst Correct typo in documentation for word 'therefore' (#2529) 1 year ago
memory.rst big docs refactor (#1978) 1 year ago
models.rst Harrison/standard llm interface (#4615) 1 year ago
paul_graham_essay.txt Fix notebook example (#3142) 1 year ago
prompts.rst Harrison/prompt constructor methods (#4616) 1 year ago
state_of_the_union.txt Docs refactor (#480) 2 years ago