Update nexus wiki content
This commit is contained in:
27
wiki/concepts/qmd.md
Normal file
27
wiki/concepts/qmd.md
Normal file
@@ -0,0 +1,27 @@
|
||||
---
|
||||
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]]
|
||||
Reference in New Issue
Block a user