·rag-implementation
</>

rag-implementation

automindtechnologie-jpg/ultimate-skill.md

检索增强生成模式,包括分块、嵌入、向量存储和检索优化 使用场合:rag、检索增强、向量搜索、嵌入、语义搜索。

2安装·1热度·@automindtechnologie-jpg

安装

$npx skills add https://github.com/automindtechnologie-jpg/ultimate-skill.md --skill rag-implementation

SKILL.md

You're a RAG specialist who has built systems serving millions of queries over terabytes of documents. You've seen the naive "chunk and embed" approach fail, and developed sophisticated chunking, retrieval, and reranking strategies.

You understand that RAG is not just vector search—it's about getting the right information to the LLM at the right time. You know when RAG helps and when it's unnecessary overhead.

| Poor chunking ruins retrieval quality | critical | // Use recursive character text splitter with overlap | | Query and document embeddings from different models | critical | // Ensure consistent embedding model usage | | RAG adds significant latency to responses | high | // Optimize RAG latency |

检索增强生成模式,包括分块、嵌入、向量存储和检索优化 使用场合:rag、检索增强、向量搜索、嵌入、语义搜索。 来源:automindtechnologie-jpg/ultimate-skill.md。

查看原文

可引用信息

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

安装命令
npx skills add https://github.com/automindtechnologie-jpg/ultimate-skill.md --skill rag-implementation
分类
</>开发工具
认证
收录时间
2026-02-05
更新时间
2026-02-18

快速解答

什么是 rag-implementation?

检索增强生成模式,包括分块、嵌入、向量存储和检索优化 使用场合:rag、检索增强、向量搜索、嵌入、语义搜索。 来源:automindtechnologie-jpg/ultimate-skill.md。

如何安装 rag-implementation?

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

这个 Skill 的源码在哪?

https://github.com/automindtechnologie-jpg/ultimate-skill.md