What problem does it solve?
qmd solves the problem of efficiently searching and retrieving information from markdown knowledge bases, notes, and documentation. It helps users find documents, look up information, and perform in-depth searches without manually scanning through files.
Core Features & Use Cases
- Search Markdown Content: Search for specific information within markdown files using various query types (lex, vec, hyde).
- Query Types: Lexical search using exact terms or phrases, vector search using natural language questions, and hypothetical document search using answer passages.
- Collections Filtering: Filter searches to specific collections of markdown files.
- MCP Server: Integrate with Markdown Content Providers (MCP) for a seamless search experience.
Quick Start
To search for the term "CAP theorem" in the "docs" collection, run: qmd query "CAP theorem consistency" --collections docs