Documentation Index
Fetch the complete documentation index at: https://docs.upsonic.ai/llms.txt
Use this file to discover all available pages before exploring further.

Overview
UEL can be used with minimal configuration or with extensive customization to suit your specific needs. The system provides a robust foundation for AI-powered applications with built-in support for various advanced features.Key Features
- Chain Components Elegantly - Use the pipe operator (
|) for readable, maintainable code - Execute Operations in Parallel - Maximize performance and reduce latency
- Build Dynamic Chains - Adapt based on input conditions
- Manage Conversation History - Seamlessly handle context across interactions
- Integrate Tools and Structured Outputs - Minimal boilerplate required
- Visualize Your Chains - Understand complex workflows at a glance
- Async Support - Full async/await support for all operations
Example
Basic Example
Advanced Example with Memory
Navigation
- Attributes - Comprehensive guide to all UEL configuration options
- Parallel Execution - Execute multiple chains simultaneously
- Conditional Routing - Route execution based on conditions
- Custom Chains - Create custom chain functions
- RAG Patterns - Build RAG systems with UEL
- Visualization - Visualize your chains
- Async Execution - Use async/await with chains

