Files
nexus/wiki/concepts/QMD.md
2026-04-18 00:18:08 +08:00

20 lines
542 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: []
---
## 定义
完全本地运行的 Markdown 搜索引擎github.com/tobi/qmd用于 Wiki 规模变大后的精准搜索。
## 使用场景
- Wiki 页面数量达到几百个后,`index.md` 目录文件已不够用
- AI 找东西开始变慢,需要更高效的搜索能力
- 纯本地运行,不依赖外部服务
## 判断标准
Wiki 到几百个页面之前,`index.md` 完全够用;等 AI 找东西开始变慢,再接入 QMD 也不迟。
## 关联
- [[Obsidian]]
- [[Graph View]]