langchain/docs/modules/indexes
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
..
document_loaders/examples Add Joplin document loader (#5153) 2023-05-24 12:31:55 -07:00
retrievers/examples tfidf retriever (#5114) 2023-05-24 10:02:09 -07:00
text_splitters docs: text splitters improvements (#4490) 2023-05-17 21:33:34 -07:00
vectorstores Improve weaviate vectorstore docs (#5201) 2023-05-24 09:31:48 -07:00
document_loaders.rst Add Joplin document loader (#5153) 2023-05-24 12:31:55 -07:00
getting_started.ipynb
retrievers.rst
text_splitters.rst docs: text splitters improvements (#4490) 2023-05-17 21:33:34 -07:00
vectorstores.rst