Documentation
README
QMD - Quick Markdown Search
Local search engine for markdown content.
Status
!qmd status 2>/dev/null || echo "Not installed: npm install -g @tobilu/qmd"
MCP: query
{
"searches": [
{ "type": "lex", "query": "CAP theorem consistency" },
{ "type": "vec", "query": "tradeoff between consistency and availability" }
],
"collections": ["docs"],
"limit": 10
}
Query Types
| Type | Method | Input |
|---|---|---|
lex |
BM25 | Keywords โ exact terms, names, code |
vec |
Vector | Question โ natural language |
hyde |
Vector | Answer โ hypothetical result (50-100 words) |
Writing Good Queries
This is the opening of the README. Read the full README on GitHub.