langchain/docs/extras/modules
Rubén Barragán ef6332ead6
Support loading files from Dropbox (#8271)
## Description
This commit introduces the `DropboxLoader` class, a new document loader
that allows loading files from Dropbox into the application. The loader
relies on a Dropbox app, which requires creating an app on Dropbox,
obtaining the necessary scope permissions, and generating an access
token. Additionally, the dropbox Python package is required.

The `DropboxLoader` class is designed to be used as a document loader
for processing various file types, including text files, PDFs, and
Dropbox Paper files.

## Dependencies
`pip install dropbox` and `pip install unstructured` for PDF reading.

## Tag maintainer
@rlancemartin, @eyurtsev (from Data Loaders). I'd appreciate some
feedback here 🙏 .

## Social Networks
https://github.com/rubenbarragan
https://www.linkedin.com/in/rgbarragan/
https://twitter.com/RubenBarraganP

---------

Co-authored-by: Ruben Barragan <rbarragan@Rubens-MacBook-Air.local>
2023-07-27 06:36:08 -07:00
..
agents mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
callbacks mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
chains Tree of Thought introducing a new ToTChain. (#5167) 2023-07-26 21:29:39 -07:00
data_connection Support loading files from Dropbox (#8271) 2023-07-27 06:36:08 -07:00
memory Add LLMChain example of memory with chat models (#8250) 2023-07-25 15:20:32 -07:00
model_io Implement async support for Cohere (#8237) 2023-07-26 15:51:18 -07:00
paul_graham_essay.txt codespell: workflow, config + some (quite a few) typos fixed (#6785) 2023-07-12 16:20:08 -04:00
state_of_the_union.txt Doc refactor (#6300) 2023-06-16 11:52:56 -07:00