Files
nexus/wiki/sources/knowledge-base-rag.md
2026-04-17 20:17:28 +08:00

47 lines
2.0 KiB
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.
---
id: personal-knowledge-base-rag
title: Personal Knowledge Base (RAG)
type: source
tags: []
sources: []
last_updated: 2026-04-17
---
## Source File
- [[raw/Agent/usecases/knowledge-base-rag.md]]
## Summary
- 核心主题AI Agent 驱动的个人知识库系统,通过语义搜索实现信息的有效检索
- 问题域:信息摄入后的检索难题,书签堆积但无法有效利用
- 方法/机制Telegram/Slack URL 自动摄入 → 向量语义索引 → 查询返回相关片段和来源
- 结论/价值:构建可搜索的第二大脑,支持语义检索和工作流集成
## Key Claims
- AI Agent 可通过即时通讯渠道Telegram/Slack实现零摩擦信息摄入
- 语义搜索能返回带来源的排名结果,超越关键词匹配
- 知识库可被其他工作流(如视频创意流水线)查询调用
## Key Quotes
> "You read articles, tweets, and watch videos all day but can never find that one thing you saw last week." — 知识库要解决的核心痛点
## Key Concepts
- [[向量嵌入]]:将文本转换为数值向量,用于语义相似度计算
- [[语义搜索]]:基于向量相似度而非关键词匹配的信息检索方式
- [[知识摄入]]:通过 API 自动抓取并存储外部内容的过程
## Key Entities
- [[OpenClaw]]:运行 AI Agent 的管理工具,支持 Telegram/Slack 集成
- [[Telegram]]:用于信息摄入和查询的即时通讯渠道
- [[Slack]]:替代 Telegram 的企业协作平台选项
- [[knowledge-base skill]]ClawdHub 提供的 RAG 技能
## Connections
- [[Second Brain]] ← related_to ← [[Personal Knowledge Base (RAG)]]
- [[向量嵌入]] ← enables ← [[语义搜索]]
- [[工作流自动化]] ← integrates_with ← [[知识库查询]]
## Contradictions
- 与 [[印象笔记]] 冲突:
- 冲突点:信息存储 vs 语义检索
- 当前观点Personal Knowledge Base (RAG) 通过向量语义搜索解决"存而不读"问题
- 对方观点:印象笔记主要依赖文件夹和标签,语义搜索能力有限