Prechádzať zdrojové kódy

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.
Tobi Lütke 3 mesiacov pred
rodič
commit
03a25d69d9
2 zmenil súbory, kde vykonal 2 pridanie a 0 odobranie
  1. 2 0
      README.md
  2. BIN
      assets/qmd-architecture.png

+ 2 - 0
README.md

@@ -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