Files
chill_notes/wiki/concepts/LLM知识库模式.md
2026-04-26 08:25:36 +08:00

46 lines
991 B
Markdown
Executable File
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.
---
created: 2026-04-26
type: concept
tags: [AI, 知识管理, 方法论]
---
# LLM 知识库模式
> 让 LLM 持续读取、整理、更新笔记,形成自我演进的知识库
## 核心要点
- 源自 Andrej Karpathy 的个人知识管理模式
- 知识像利息一样**复利增长**
- 零手动归档AI 自动打理
## 核心机制
| 机制 | 说明 |
|------|------|
| 概念提取 | 从资料中识别核心概念 |
| 交叉引用 | 自动发现概念间的关联 |
| 热缓存 | 每次会话更新近期上下文 |
| 健康检查 | 定期检查孤儿页、死链 |
## 三层结构
```
概念层(抽象知识) ← 实体层(具体事物) ← 来源层(原始资料)
```
## 相关概念
- [[第二大脑]]
- [[Obsidian]]
- [[RAG]]
- [[知识图谱]]
## 来源
- Karpathy Gist: https://gist.github.com/karpathy/442a6bf555914893e9891c11519de94f
- claude-obsidian: https://github.com/AgriciDaniel/claude-obsidian
---
*种子页,等待更多内容来关联*