What problem does it solve? LLMs hallucinate and lack access to proprietary or current information. This Skill provides patterns and code for building RAG systems that ground LLM responses in external knowledge bases, enabling accurate document Q&A with source citations. ## Core Features & Use Cases - Vector Store Integration: Ready-to-use configurations for Pinecone, Weaviate, Chroma, and pgvector with embedding models like voyage-3-large and text-embedding-3-large. - Advanced Retrieval Patterns: Hybrid search with BM25, multi-query retrieval, HyDE, contextual compression, and parent document retrieval implemented with LangChain and LangGraph. - Optimization & Evaluation: Reranking with cross-encoders and Cohere, MMR diversity, metadata filtering, chunking strategies, and RAG evaluation metrics. - Use Case: Build a documentation assistant that answers questions over your company's internal docs, returning grounded answers with [1], [2] style citations. ## Quick Start Ask the AI to build a RAG pipeline using LangGraph with Pinecone and Voyage embeddings that answers questions over your document collection.