Files
nexus/wiki/sources/knowledge-base-rag.md
2026-04-23 00:02:55 +08:00

2.6 KiB
Raw Blame History

title, type, tags, date
title type tags date
Personal Knowledge Base (RAG) source
2026-04-22

Source File

Summary用中文描述

  • 核心主题AI Agent 驱动的个人知识库 RAG 系统,实现"零摩擦保存、语义检索"的工作流
  • 问题域:书签堆积却无法找到所需内容——阅读的文章、推文、视频随时间遗忘
  • 方法/机制:
    • 通过 Telegram Topic 或 Slack Channel 一键摄取引擎URL 自动抓取网页/推文/YouTube 字幕/PDF
    • Embedding 向量化存储,支持语义搜索("我保存的关于 LLM memory 的内容?"
    • 集成 OpenClaw knowledge-base skill工作流间自动查询知识库
  • 结论/价值:捕获像发短信一样简单,检索像搜索一样容易,无需专用 App

Key Claims用中文描述

  • 个人知识积累面临"阅读多、保存多、找到难"的困境
  • 通过 Telegram/Slack 直接投递 URL自动解析内容并索引至知识库
  • 语义搜索超越关键词匹配,返回排名结果并附带来源引用
  • 知识库可被其他工作流(如视频选题流水线)主动调用

Key Quotes

"You read articles, tweets, and watch videos all day but can never find that one thing you saw last week. Bookmarks pile up and become useless." — 痛点描述

Key Concepts

Key Entities

  • OpenClaw:多 Agent 框架,提供 knowledge-base skill 实现 RAG 工作流
  • ClawHubOpenClaw Skill 市场knowledge-base skill 的分发来源
  • Telegram知识库投递入口Topic 路由)
  • Slack知识库投递入口Channel

Connections

Contradictions

  • 暂无发现与其他 Wiki 页面的内容冲突