Skip to content

0.7.0

Choose a tag to compare

@sasan1200 sasan1200 released this 06 Jun 22:04
· 8 commits to main since this release

Added

  • Semantic search (local embeddings). Your vault is now searchable by meaning, not just keywords. A local Ollama embedding model builds a private, incremental vector index; the “Search vault” context and Ask-your-vault now fuse semantic + keyword results. Enable it and pick a model in Settings → Semantic search, then Rebuild.
  • Ask your vault, with citations. Answers cite their source notes inline as [[wikilinks]] so you can click straight through.
  • Related Notes panel. A sidebar (command: Open related notes panel) that tracks the active note and surfaces its semantically-related notes — Open or insert a [[link]] in one click. Finds connections that share no title words.

Notes

  • Semantic features are off by default and degrade gracefully to keyword search when Ollama or the embedding model isn’t available — nothing regresses.
  • Fully local and private: embeddings run on your own Ollama server.