nuttyartist / notes

Fast and beautiful note-taking app written in C++. Write down your thoughts.
https://notes-foss.com
Mozilla Public License 2.0
3.73k stars 328 forks source link

Semantic Similarity Search #434

Open nuttyartist opened 1 year ago

nuttyartist commented 1 year ago

It will be a nice feature to allow a search to be conducted not only on string matching but also on semantic similarity (cosine similarity between two embeddings).

Another idea is to have a section that shows similar notes to the one you're currently writing, which might bring up old ideas related to your current one. Inspired by this article: https://smus.com/semantic-similarity-note-taking/