Overview
This lab documents a production baseline for RAG infrastructure. The goal is not a demo notebook that embeds a folder of PDFs once. It is a platform pattern: repeatable ingestion, versioned embeddings, a durable vector store, and a gateway that applications can call safely.
Sailbird stays on the infrastructure side of the line. Prompting, agent graphs, and product UX belong to the application team. We build the layer underneath: pipelines, indexes, auth, rate limits, evaluation hooks, and cost control.
