Files
langchain/tests/integration_tests
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-10 11:08:29 -07:00
2023-05-22 07:31:48 -07:00
2023-05-18 09:12:23 -07:00
2023-05-24 08:06:45 -07:00
2023-05-24 01:25:18 -07:00
2023-05-24 10:02:09 -07:00
2023-05-19 15:27:50 -07:00
2023-05-24 01:24:58 -07:00
2022-10-24 14:51:15 -07:00