Skip to content

Releases: LuciferForge/vault-mind

0.1.1

04 Mar 02:44

Choose a tag to compare

Fix all ObsidianReviewBot required issues for community store submission.

  • Use Obsidian requestUrl instead of fetch
  • Fix console statements, command IDs, async patterns
  • Use Setting.setHeading() for UI headings
  • Use sentence case for UI text

v0.1.0 — Local AI Semantic Search

03 Mar 16:33

Choose a tag to compare

Vault Mind v0.1.0

First release. Local AI-powered semantic search for Obsidian using Ollama embeddings.

Features

  • Semantic search by meaning, not just keywords
  • 100% local — your notes never leave your machine
  • Incremental indexing with file watching
  • Works with any Ollama embedding model
  • ~15ms search across 20k notes

Requirements

  • Obsidian 1.0.0+
  • Ollama running locally with an embedding model (e.g. nomic-embed-text)