Files
nexus/wiki/concepts/qmd.md
2026-05-03 05:42:12 +08:00

28 lines
852 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "qmd"
type: concept
tags: [tool, search, markdown, local]
sources: [karpathy-最新分享-用-llm-搭建个人知识库-告别-rag-的低效循环]
last_updated: 2026-04-20
---
## Aliases
- qmd 搜索引擎
- qmd Markdown search
## Definition
一个**完全本地运行**的 Markdown 搜索引擎([github.com/tobi/qmd](https://github.com/tobi/qmd)Karpathy 推荐用于大规模 Wiki 的精准检索。LLM Wiki 的可选增强工具。
## When to Use
- Wiki 规模小(几百个页面)时,`index.md` 目录文件完全够用
- Wiki 规模大后AI 找东西变慢时,接入 qmd 不迟
## Key Advantage
- 完全本地运行,无隐私风险
- 支持语义搜索(而非仅关键词匹配)
- 专为 Markdown 文件设计
## Connections
- [[qmd]] ← 搜索工具 ← [[LLM Wiki]]
- [[qmd]] ← 可选 → [[LLM Wiki]]