Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Embedding

shuxueshuxueshuxueshuxue173 downloads

Semantic similarity for notes using embeddings.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates14

Semantic, keyboard-first navigation for your vault. This plugin builds embeddings for your notes and opens a floating pop-out panel so you can jump through related ideas without touching the sidebar.

Embedding pop-out panel

Currently supports OpenAI embeddings via an OpenAI API key.

What it feels like

  • Open the pop-out and stay on the keyboard.
  • a always opens the original note.
  • b/c/d… open ranked similar notes.
  • z recomputes using the currently open note as the new “original”.
  • Hotkeys are captured while the panel is open, so focus changes do not break navigation.

Features

  • Floating similarity panel (ESC closes it)
  • Single-letter navigation with deterministic hotkeys
  • Batch embedding updates for all notes
  • Optional auto-update on startup (same logic as manual update)
  • Configurable model, dimensions, and API base URL

MCP server (optional)

Enable the MCP JSON-RPC server in settings to expose semantic search over http://127.0.0.1:<port>/mcp. Tools: semantic_search_text, semantic_search_note, fetch_note.

Commands

  • See connections for current note
  • Update all note vectors

Settings

  • API key
  • API base URL
  • Model
  • Dimensions
  • Max input chars
  • Similarity limit
  • Batch size
  • Auto update on startup

Installation (manual)

  1. Copy this folder to YOUR_VAULT/.obsidian/plugins/embedding/
  2. npm install
  3. npm run build
  4. Enable the plugin in Obsidian

Usage

  1. Configure your API key in settings.
  2. Run Update all note vectors once to generate embeddings.json.
  3. Run See connections for current note to open the pop-out panel.

Data

  • Embeddings are stored in embeddings.json at the vault root.
  • The file is created automatically if missing.
HealthExcellent
ReviewCaution
About
Navigate your vault semantically with embeddings using a floating, keyboard-first pop-out panel that lets you jump between related notes without touching the sidebar. Build and batch-update embeddings (OpenAI supported), recompute connections on demand, and optionally run an MCP JSON-RPC server for programmatic semantic search.
AINavigationSearch
Details
Current version
0.2.12
Last updated
6 months ago
Created
7 months ago
Updates
14 releases
Downloads
173
Compatible with
Obsidian 1.4.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
shuxueshuxueshuxueshuxue
github.com/shuxueshuxue
GitHubshuxueshuxue
  1. Community
  2. Plugins
  3. AI
  4. Embedding

Related plugins

Quick Switcher++

Enhanced Quick Switcher, search open panels, and symbols.

Smart Connections

Find related notes and excerpts while writing. Your AI link building copilot displays relevant content in graph + list view. A local embedding model powers semantic search. Zero setup. No API key.

Quiet Outline

Make outline quiet and more powerful, including no-auto-expand, rendering heading as Markdown, and search support.

Home tab

A browser-like search tab for your local files.

Notebook Navigator

A better file browser and calendar inspired by Apple Notes, Bear, Evernote and Day One.

Claudian

Embeds Claude Code/Codex and other local Agents as AI collaborators in your vault.

Homepage

Open a note, base, or workspace on startup, or set it for quick access later.

Copilot

Your AI Copilot: Chat with Your Second Brain, Learn Faster, Work Smarter.

Fast Note Sync

Real-time sync of your vaults across server, mobile, and web; shareable with anyone; supports REST and MCP integrations to build your personal AI knowledge base.

Breadcrumbs

Visualise the hierarchy of your vault using a breadcrumb trail or matrix view.