·rag-implementer
</>

rag-implementer

实现检索增强生成管道。在构建文档检索系统、选择分块策略、选择嵌入模型、配置向量存储、实施混合搜索或评估 RAG 质量时使用。用于嵌入策略、向量存储、检索管道、分块、混合搜索、重新排名、多查询检索、父文档检索、上下文压缩、MMR 多样性选择、倒数排名融合和评估。对于知识库架构选择和治理,请使用知识库管理器技能。对于知识图,请使用知识图构建器技能。

13安装·2热度·@oakoss

安装

$npx skills add https://github.com/oakoss/agent-skills --skill rag-implementer

如何安装 rag-implementer

通过命令行快速安装 rag-implementer AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/oakoss/agent-skills --skill rag-implementer
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:oakoss/agent-skills。

SKILL.md

查看原文

Build production-ready retrieval-augmented generation systems. RAG = Retrieval + Context Assembly + Generation. Use RAG when LLMs need access to fresh, domain-specific, or proprietary knowledge not in their training data. Do not use RAG when simpler alternatives (FAQ pages, keyword search, semantic search) suffice. For KB architecture selection and governance, use the knowledge-base-manager skill. For knowledge gr...

Before building RAG, validate the need: try FAQ pages, keyword search, concierge MVP, or simple semantic search first. Only proceed with RAG for 50k+ documents with validated user demand and $200-500/month budget. RAG systems range from Naive (prototype) through Advanced (production) to Modular (enterprise), each tier adding complexity and cost.

The RAG pipeline has three core stages. First, retrieval finds relevant documents using hybrid search (semantic + keyword). Second, context assembly ranks, deduplicates, and compresses retrieved chunks into an optimal prompt. Third, generation produces a grounded response with source attribution. Each stage has distinct failure modes: retrieval can miss relevant documents (low recall), context assembly can overwhe...

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/oakoss/agent-skills --skill rag-implementer
分类
</>开发工具
认证
收录时间
2026-02-25
更新时间
2026-03-10

Browse more skills from oakoss/agent-skills

快速解答

什么是 rag-implementer?

实现检索增强生成管道。在构建文档检索系统、选择分块策略、选择嵌入模型、配置向量存储、实施混合搜索或评估 RAG 质量时使用。用于嵌入策略、向量存储、检索管道、分块、混合搜索、重新排名、多查询检索、父文档检索、上下文压缩、MMR 多样性选择、倒数排名融合和评估。对于知识库架构选择和治理,请使用知识库管理器技能。对于知识图,请使用知识图构建器技能。 来源:oakoss/agent-skills。

如何安装 rag-implementer?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/oakoss/agent-skills --skill rag-implementer 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/oakoss/agent-skills

详情

分类
</>开发工具
来源
skills.sh
收录时间
2026-02-25