Files
langchain/docs/modules/indexes/document_loaders/examples
Alon Diament 44abe925df Add Joplin document loader (#5153)
# Add Joplin document loader

[Joplin](https://joplinapp.org/) is an open source note-taking app.

Joplin has a [REST API](https://joplinapp.org/api/references/rest_api/)
for accessing its local database. The proposed `JoplinLoader` uses the
API to retrieve all notes in the database and their metadata. Joplin
needs to be installed and running locally, and an access token is
required.

- The PR includes an integration test.
- The PR includes an example notebook.

---------

Co-authored-by: Dev 2049 <dev.dev2049@gmail.com>
2023-05-24 12:31:55 -07:00
..
2023-05-18 09:56:51 -04:00
2023-05-16 23:42:53 -07:00
2023-05-24 11:47:01 -07:00
2023-05-21 09:13:20 -07:00
2023-05-14 22:04:38 -07:00
2023-04-13 22:15:03 -07:00
2023-05-23 15:57:33 -07:00