alondmnt / joplin-plugin-jarvis

Joplin (note-taking) assistant running a very intelligent system (OpenAI/GPT, Hugging Face, Gemini, Llama, Universal Sentence Encoder, etc.)
GNU Affero General Public License v3.0
209 stars 22 forks source link

Find related notes & Chat with your notes #7

Closed alondmnt closed 1 year ago

alondmnt commented 1 year ago

This PR adds 2 new features:

Both features are based on a new vector store (document embeddings DB) and a search for semantic textual similarity.

This also closes feature request #1.