什麼是 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