rag

Installation
SKILL.md

RAG — 本地语义检索集成指南

将代码/文档切片 → embedding → 存入 Orama → 全文/向量/混合检索。全程零外部服务依赖(embedding 除外)。

激活条件

  • 需要对代码库或文档集进行语义搜索时
  • 构建本地知识库、上下文召回管道时
  • 需要增量索引变更文件时

技术架构

文件系统 → TextSplitter(Vectra 内化) → chunks
chunks → Embedding Provider(外部) → vectors
vectors + chunks → Orama(存储+检索) → JSON 持久化
Installs
2
First Seen
May 27, 2026
rag — themarshs/claude-setup