For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
BlogLog InRequest Demo
HomeProductDevelopersSelf-HostingChangelog
HomeProductDevelopersSelf-HostingChangelog
  • Getting Started
    • Overview
  • Workflows SDK
    • Introduction
    • Installation
    • Core Concepts
    • Defining Control Flow
    • Configuration
    • Custom Docker Images
      • Examples Gallery
      • Prompt Chaining
      • RAG Chatbot
      • Custom Nodes
      • Document Data Extraction
      • Workflow Execution Filtering and Monitoring
      • Branching with Ports and Expressions
      • External Workflow Server
  • Client SDK
    • Introduction
    • Authentication
    • API Versioning
LogoLogo
BlogLog InRequest Demo
On this page
  • Product UI Examples
  • Getting Started
Workflows SDKTutorials

Examples Gallery

Was this page helpful?
Previous

Prompt Chaining

Next
Built with

Below you’ll find example Workflows that demonstrate common patterns and use cases. Each example includes both SDK code and UI implementations to help you understand how to build similar applications.

Prompt Chaining

Connect multiple prompts in sequence to create powerful multi-step workflows.

RAG Chatbot

Build a chatbot using Retrieval Augmented Generation with Document Indexes.

Document Data Extraction

Extract structured data from documents using LLMs with Pydantic schema validation.

Custom Nodes

Learn how to create custom nodes for specialized workflow functionality.

Ports and Branches

Master conditional logic with comprehensive examples of port operators and LazyReference usage.

Product UI Examples

For additional examples that showcase the visual Workflow builder, check out our Product UI Examples which demonstrate the same patterns using Vellum’s visual interface.

Getting Started

New to Workflows? Start with our Quickstart Guide to learn the basics of building Workflows with the SDK.