Ver Fonte

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 há 3 meses atrás
pai
commit
03a25d69d9
2 ficheiros alterados com 2 adições e 0 exclusões
  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