What problem does it solve? Building retrieval-augmented generation pipelines and AI agents involves dozens of interdependent decisions—parsing, chunking, embeddings, vector databases, reranking, evaluation, and agent orchestration—where wrong choices cause hallucinations, poor retrieval quality, and runaway costs. This Skill provides a production reference that guides those decisions with verified benchmarks and staged implementation guidance. ## Core Features & Use Cases - RAG Pipeline Design: Covers document parsing (LlamaParse, Docling, Azure Document Intelligence), chunking strategies (parent-child, contextual retrieval), embedding model selection, vector database comparison, hybrid search with reranking, and GraphRAG. - Agent System Architecture: Compares LangGraph, CrewAI, Microsoft Agent Framework, and Foundry Agent Service, with guidance on MCP, multi-agent patterns, memory tiers, sandboxed code execution, and production controls like iteration limits and budget caps. - Evaluation & Azure-Native Solutions: Details RAGAS metrics, golden QA dataset construction, Azure AI Search hybrid/semantic configuration, Foundry IQ, and a staged implementation roadmap. - Use Case: When your RAG chatbot returns irrelevant answers, use this Skill to diagnose whether the issue is chunking, retrieval, or reranking, then apply the appropriate fix such as contextual retrieval or hybrid search with a cross-encoder reranker. ## Quick Start Ask the AI to help design a RAG pipeline for your document corpus or to debug why your existing retrieval system returns irrelevant chunks.