rag-patterns
Installation
SKILL.md
RAG Patterns: Vertex AI RAG Engine Integration
Core Principles
Retrieval-Augmented Generation (RAG) grounds AI agent responses in authoritative data sources, dramatically reducing hallucinations and enabling agents to answer questions about private, domain-specific information not in their training data.
Vertex AI RAG Engine provides a managed service for the complete RAG pipeline: ingestion, embedding, indexing, retrieval, and citation generation.
RAG Process Overview
The 5-Stage RAG Pipeline
1. INGEST
└─> Upload documents (PDF, TXT, HTML, etc.) to GCS
2. TRANSFORM & CHUNK
└─> Split documents into semantic chunks (typically 500-1000 tokens)