概要
This skill provides a comprehensive framework for implementing Retrieval-Augmented Generation (RAG) by guiding the selection of embedding models, such as OpenAI's text-embedding-3 or local BGE models. It includes robust templates for various chunking methods—including recursive character, semantic, and token-based splitting—and specialized pipelines for domain-specific content like source code. By offering tools for dimension reduction and retrieval quality evaluation, it ensures developers can build highly accurate, cost-effective, and performant semantic search systems tailored to their specific data domains.