Add QMD architecture diagram to README

Generated with PaperBanana (Gemini 3 Pro). Shows query expansion
fanning HyDE+Vec into vector searches, Lex into BM25, merged via
reciprocal rank fusion and LLM reranking.
This commit is contained in:
Tobi Lütke 2026-02-14 19:17:11 -05:00
parent 73136e4f59
commit 03a25d69d9
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@ An on-device search engine for everything you need to remember. Index your markd
QMD combines BM25 full-text search, vector semantic search, and LLM re-ranking—all running locally via node-llama-cpp with GGUF models.
![QMD Architecture](assets/qmd-architecture.png)
## Quick Start
```sh

BIN
assets/qmd-architecture.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 MiB