Similar Notes

by Young Lee
favorite
share
0.0
(0)
5
4
3
2
1
Score: 49/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.

Reviews
No reviews yet.
Stats
73
stars
6,125
downloads
6
forks
193
days
0
days
0
days
3
total PRs
0
open PRs
1
closed PRs
2
merged PRs
30
total issues
6
open issues
24
closed issues
0
commits
RequirementsExperimental
  • Internet connection for initial model download

  • Local Ollama installation for custom embedding models (optional)

Latest Version
17 hours ago
Changelog

Added

  • OpenAI Embeddings API Integration: Use OpenAI's embedding models or any OpenAI-compatible API
    • Support for text-embedding-3-small, text-embedding-3-large, and text-embedding-ada-002
    • Compatible with any OpenAI-compatible API endpoints (e.g., Azure OpenAI, local servers)
    • Custom model support for OpenAI-compatible APIs
    • Real-time usage statistics tracking during indexing
    • API usage stats display in settings (total tokens used)
  • Configurable Indexing Delay: New setting to control delay between indexing notes
    • Helps prevent rate limiting when using cloud APIs
    • Configurable from 0ms to 5000ms

Changed

  • Default to OpenAI provider on mobile for new installations

Fixed

  • Filter non-embedding models in Ollama model dropdown

Improved

  • Consistent settings UI using Obsidian's SettingGroup API
README file from