What problem does it solve?
qmd eliminates the frustration of finding the right information across large personal collections of markdown notes, documentation, and meeting transcripts by providing fast keyword search and higher-quality semantic retrieval locally.
Core Features & Use Cases
- Hybrid retrieval (BM25 + vector + LLM reranking): Combine exact-match relevance with semantic understanding to surface the most useful documents for ambiguous queries.
- Local, on-device knowledge search: Index and query your files without requiring cloud dependencies, making it suitable for private or offline workflows.
- Hermes-friendly integration via CLI and MCP: Use directly from the terminal or expose searchable tools to Hermes Agent through an MCP server.
Use Case Example: You have hundreds of meeting transcripts and project notes; you can ask for the decisions made about the database migration and retrieve the most relevant excerpts even if the wording varies across documents.
Quick Start
Use Hermes to query your local knowledge base by running: qmd query "what decisions were made about the database migration".