Description
Learning & Knowledge Management Plugin
Category: Learning & Knowledge Management
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
61
stars
61 stargazers
4,496
downloads
4,496 downloads
5
forks
5 forks
148
days
148 days since creation
4
days
4 days since last commit
4
days
4 days since last release
1
total PRs
1 total pull requests
0
open PRs
0 open pull requests
0
closed PRs
0 closed pull requests
1
merged PRs
1 merged pull requests
27
total issues
27 total issues
11
open issues
11 open issues
16
closed issues
16 closed issues
0
commits
0 total commits in last one year
RequirementsExperimental
Internet connection for initial model download
Local Ollama installation for custom embedding models (optional)
Latest Version
4 days ago
Changelog
Fixed
- Skip Non-Markdown Files: Binary files (images, PDFs, etc.) no longer trigger unnecessary embedding generation
- Previously, opening an image or PDF would attempt to embed the binary data as text
- Now only
.mdfiles are processed for similar notes lookup - Eliminates wasted API calls and meaningless search results
Improved
- Ollama Bug Workarounds: Added automatic detection and workarounds for Ollama v0.12.5+ bugs
- Auto-detect max token limits to avoid random embedding failures
- Conservative token counting (3.5 chars/token) for better payload estimation
- Sequential processing to match Ollama's server-side queuing behavior
- Duplicate Embedding Prevention: Check repository before generating new embeddings
- Avoids regenerating embeddings for already-indexed chunks
- Reduces unnecessary API calls during similar notes lookup
- Enhanced Logging: Comprehensive logging for troubleshooting Ollama issues
- Payload sizes, token counts, and timing information logged
- Helps diagnose embedding failures and performance issues
README file from
Similar Plugins
info
• Similar plugins are suggested based on the common tags between the plugins.
Text Dataset Aid Plugin
3 years ago by Conner Ohnesorge
This is a obsidian plugin to help with the creation of personal jsonl datasets for text generation models.
GPT-3 Notes
3 years ago by micahke
An Obsidian plugin to generate notes based on GP3 output.
Vault Chat
2 years ago by Exo Ascension
A ChatGPT bot trained on your vault notes. Ask your AI questions about your own thoughts and ideas!
AI Tools
2 years ago by solderneer
Adding powerful semantic search, generative answers, and other AI tools to Obsidian, using Supabase + OpenAI.
Zettelkasten LLM Tools
2 years ago by Karl Smith
Zettelkasten note taking powered by Large Language Models
PromptCrafter
a year ago by Fabrice Hong
Create reusable, modular prompts in Obsidian
MCP Tools
10 months ago by Jack Steam
Add Obsidian integrations like semantic search and custom Templater prompts to Claude or any MCP client.
Vector Search
10 months ago by Ashwin A Murali
Obsidian plugin for Vector Search
Related Notes by Tag
5 months ago by Chris Howard
displays notes that share tags with your currently active note
Hydrate
15 days ago by hydrateagent