What problem does it solve?
This Skill provides a prescriptive, production-ready recipe to design, build, evaluate, and operate retrieval-augmented generation systems so models answer from authoritative sources with low hallucination and measurable recall.
Core Features & Use Cases
- Embedding & Vector Store Guidance: recommends embedding models and vector store topology based on budget and scale.
- Chunking & Ingestion: outlines chunking strategies, loaders, and pipelines for PDFs, HTML, and code with overlap and parsing guidance.
- Retrieval, Reranking & Hybrid Search: prescribes hybrid dense+sparse search, top-k selection, and cross-encoder reranking to improve precision.
- Evaluation & Safety: defines metrics (Recall@K, MRR, faithfulness, hallucination rate), hard rules, stop conditions, TSV logging, and rollback behavior for autonomous runs.
- Use Case: implement a Q&A or support bot over product docs, codebases, or institutional archives that must minimize hallucination while keeping latency acceptable.
Quick Start
Ask the rag skill to build a retrieval-augmented Q&A over the product documentation and measure recall and hallucination metrics.