What problem does it solve?
Local Markdown search with BM25 and optional vector embeddings for fast, on-device retrieval across personal notes, design-system catalogs, and knowledge bases.
Core Features & Use Cases
- Local on-device indexing and search using BM25 by default for quick results.
- Optional semantic search with embeddings and vector-based reranking when deeper relevance is needed.
- Manage multiple Markdown collections, retrieve documents by path, docid, or glob, and refresh indices as your data changes.
- Use cases include locating a specific design note, locating a past discussion in meeting transcripts, or pulling context for a current task.
Quick Start
Install qmd globally, create or point to a Markdown collection, and run a quick search to retrieve the top matching documents.