浏览代码

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 月之前
父节点
当前提交
03a25d69d9
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      README.md
  2. 二进制
      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

二进制
assets/qmd-architecture.png