Files
langchain-python/langchain/document_loaders
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-17 22:39:11 -04:00
2023-05-24 12:31:55 -07:00
2023-04-26 21:04:56 -07:00
2023-02-20 08:20:48 -08:00
2023-05-17 15:29:22 -07:00
2023-03-28 08:17:22 -07:00
2023-05-18 09:56:51 -04:00
2023-03-17 09:05:08 -07:00
2023-04-22 09:06:24 -07:00
2023-02-26 17:27:00 -08:00
2023-05-05 09:22:08 -07:00
2023-05-16 11:49:04 -04:00
2023-04-19 21:04:12 -07:00
2023-05-01 20:28:02 -07:00
2023-05-15 14:30:12 -07:00
2023-04-06 22:55:07 -07:00
2023-02-08 12:00:47 -08:00
2023-03-14 21:17:50 -07:00
2023-02-20 08:20:48 -08:00
2023-05-24 11:47:01 -07:00
2023-05-24 12:31:55 -07:00
2023-05-22 16:43:07 -07:00
2023-02-05 23:02:07 -08:00
2023-05-14 18:26:25 -07:00
2023-05-05 16:49:19 -07:00
2023-05-21 09:13:20 -07:00
2023-02-08 00:35:33 -08:00
2023-05-01 20:56:56 -07:00
2023-05-01 20:28:02 -07:00
2023-05-16 23:42:53 -07:00
2023-05-09 10:24:17 -04:00
2023-05-23 15:57:33 -07:00