Skip to main content

Overview

UEL provides powerful patterns for building Retrieval-Augmented Generation (RAG) systems. These patterns combine retrieval with generation in elegant, composable chains.

Basic RAG Pattern

RAG with Conversation History

Multi-Source RAG

RAG with Re-ranking

Streaming RAG