How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Orchestrate your RAG Pipeline with Kestra

calendar_today June 5, 2026 person Will Russell domain kestra

This tutorial demonstrates building a complete retrieval-augmented generation (RAG) workflow using Kestra’s declarative YAML format, covering the full pipeline from document ingestion and chunking through embedding generation to vector storage and grounded query responses. The approach splits RAG into two distinct workflows: an indexing pipeline and a retrieval pipeline, with production readiness requiring scheduling, retry logic, and comprehensive logging. The guide scales from using Kestra’s built-in key-value store as the vector store for learning scenarios up to dedicated vector databases like Qdrant or PGVector for larger deployments.

open_in_new Read original post