Files
chill_notes/wiki/index.md
2026-04-26 08:26:40 +08:00

76 lines
1.6 KiB
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.
# 🧠 我的第二大脑 - LLM Wiki
> 基于 Karpathy 模式:让 AI 自动整理、链接、维护你的知识库
>
> 创建于 2026-04-26
---
## 📖 使用指南
### 三步工作流
```
1. 投放资料 → AI 读取、提取概念
2. 提问查询 → AI 索引、综合回答
3. 定期维护 → AI 检查健康、修复缺口
```
### 目录结构
```
wiki/
├── index.md ← 主目录(所有条目索引)
├── hot.md ← 热缓存(近期上下文)
├── log.md ← 操作日志
├── concepts/ ← 概念页(抽象知识)
│ ├── LLM 知识库模式
│ └── 第二大脑
├── entities/ ← 实体页(具体事物)
│ └── Andrej Karpathy
├── sources/ ← 源文件(原始资料)
└── meta/ ← 元数据
└── dashboard
```
---
## 📚 概念页
| 页面 | 说明 |
|------|------|
| [[LLM 知识库模式]] | 让 LLM 持续整理笔记,知识复利增长 |
| [[第二大脑]] | 个人知识管理系统,从收集到涌现 |
## 🏷️ 实体页
| 页面 | 说明 |
|------|------|
| [[Andrej Karpathy]] | AI 研究者LLM Wiki 模式提出者 |
## 📥 源文件
_(等待第一次资料导入)_
---
## 🔧 核心规则
### AI 整理资料时
1. 提取概念 → `concepts/`
2. 识别实体 → `entities/`
3. 建立 [[双向链接]]
4. 更新本索引
5. 追加日志到 `log.md`
### AI 回答时
1. 先读 `hot.md`(近期上下文)
2. 搜索本索引
3. 读取相关页
4. 综合回答,引用具体页面
---
*开始使用吧!*