什么是 rag-implementer?
实现检索增强生成管道。在构建文档检索系统、选择分块策略、选择嵌入模型、配置向量存储、实施混合搜索或评估 RAG 质量时使用。用于嵌入策略、向量存储、检索管道、分块、混合搜索、重新排名、多查询检索、父文档检索、上下文压缩、MMR 多样性选择、倒数排名融合和评估。对于知识库架构选择和治理,请使用知识库管理器技能。对于知识图,请使用知识图构建器技能。 来源:oakoss/agent-skills。
实现检索增强生成管道。在构建文档检索系统、选择分块策略、选择嵌入模型、配置向量存储、实施混合搜索或评估 RAG 质量时使用。用于嵌入策略、向量存储、检索管道、分块、混合搜索、重新排名、多查询检索、父文档检索、上下文压缩、MMR 多样性选择、倒数排名融合和评估。对于知识库架构选择和治理,请使用知识库管理器技能。对于知识图,请使用知识图构建器技能。
通过命令行快速安装 rag-implementer AI 技能到你的开发环境
来源:oakoss/agent-skills。
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实现检索增强生成管道。在构建文档检索系统、选择分块策略、选择嵌入模型、配置向量存储、实施混合搜索或评估 RAG 质量时使用。用于嵌入策略、向量存储、检索管道、分块、混合搜索、重新排名、多查询检索、父文档检索、上下文压缩、MMR 多样性选择、倒数排名融合和评估。对于知识库架构选择和治理,请使用知识库管理器技能。对于知识图,请使用知识图构建器技能。 来源:oakoss/agent-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/oakoss/agent-skills --skill rag-implementer 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/oakoss/agent-skills