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/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>
1 year ago
..
agents mv module integrations docs (#8101) 1 year ago
callbacks mv module integrations docs (#8101) 1 year ago
chains Tree of Thought introducing a new ToTChain. (#5167) 1 year ago
data_connection Support loading files from Dropbox (#8271) 1 year ago
memory Add LLMChain example of memory with chat models (#8250) 1 year ago
model_io Implement async support for Cohere (#8237) 1 year ago
paul_graham_essay.txt codespell: workflow, config + some (quite a few) typos fixed (#6785) 1 year ago
state_of_the_union.txt Doc refactor (#6300) 1 year ago