Tutorials
Pipeline Tutorials
Pipelines are legacy — do not use for new deployments
Pipelines are outdated and legacy, and are no longer recommended. A Pipeline can run as a pipe or as a filter; both forms now have in-process replacements that are built in, easier to configure, and need no separate worker container:
- Pipeline pipe (custom provider, RAG, request routing) → Pipe Function
- Pipeline filter (message pre/post-processing) → Filter Function
These tutorials are kept for reference and existing deployments only.
Tutorials Welcome
Are you a content creator with a blog post or YouTube video about your pipeline setup? Get in touch with us, as we'd love to feature it here!
Featured Tutorials
Monitoring Open WebUI with Filters (Medium article by @0xthresh)
- A detailed guide to monitoring the Open WebUI using DataDog LLM observability.
Building Customized Text-To-SQL Pipelines (YouTube video by Jordan Nanos)
- Learn how to develop tailored text-to-sql pipelines, unlocking the power of data analysis and extraction.
Demo and Code Review for Text-To-SQL with Open-WebUI (YouTube video by Jordan Nanos)
- A hands-on demonstration and code review on utilizing text-to-sql tools powered by the Open WebUI.
Deploying custom Document RAG pipeline with Open-WebUI (GitHub guide by Sebulba46)
- Step by step guide to deploy Open-WebUI and pipelines containers and creating your own document RAG with local LLM API.