Similar Notes

by Young Lee
favorite
share
Score: 44/100
Description

The Similar Notes plugin finds and recommends notes that are semantically related to what you're currently writing, using language models for real-time analysis. It displays up to five similar notes at the bottom of your note, making it easier to spot hidden connections in your ideas without relying on exact keyword matches. The plugin is self-contained with its own vector database and gives you the choice between built in Hugging Face models or connecting to Ollama for custom embeddings. No external cloud API is needed, and it smartly ignores notes already linked from your current document.

Stats
50
stars
2,992
downloads
4
forks
99
days
1
days
1
days
1
total PRs
0
open PRs
0
closed PRs
1
merged PRs
22
total issues
8
open issues
14
closed issues
0
commits
RequirementsExperimental
  • Internet connection for initial model download

  • Local Ollama installation for custom embedding models (optional)

Latest Version
a day ago
Changelog

Automatic Reindex on Upgrade: Changed migration strategy to ensure data integrity
- Previous JSON storage format had issues where embeddings were not properly stored in some cases
- Instead of attempting to migrate potentially corrupted JSON data, plugin now automatically triggers full reindex on upgrade to v0.10.2
- All notes will be re-indexed with the new IndexedDB storage format
- Ensures all users start with clean, valid data in IndexedDB

README file from