What problem does it solve?
It eliminates the pain of searching scattered personal documents by providing fast local retrieval across markdown notes, meeting transcripts, and text-based knowledge bases, with high-quality results through hybrid search and reranking.
Core Features & Use Cases
- Hybrid local search (BM25 + vectors): Combines keyword matching with semantic retrieval so exact terms and concepts both work well.
- LLM reranking for better relevance: Reranks top candidates using a local reranker model to surface the most useful passages first.
- MCP and CLI integration: Lets you query from the terminal or expose search tools to Hermes Agent via MCP for seamless in-agent retrieval.
Use Case: You remember an action item from a meeting but not the exact wording—use qmd to find the relevant transcript lines and pull the exact document content locally.
Quick Start
Configure a qmd collection for your documents, embed the index, then ask Hermes to run a hybrid query against that collection for the topic you are trying to find.