From 05e3c8bddbb17ef13524a8cfeb9d2be2d7c1a9f3 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Thu, 20 Mar 2025 14:31:01 -0700 Subject: [PATCH] Update index.mdx --- docs/pipelines/index.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/pipelines/index.mdx b/docs/pipelines/index.mdx index 427b01fd..e9956887 100644 --- a/docs/pipelines/index.mdx +++ b/docs/pipelines/index.mdx @@ -11,10 +11,10 @@ title: "⚡ Pipelines" # Pipelines: UI-Agnostic OpenAI API Plugin Framework -:::tip -**You probably don't need Pipelines!** +:::warning +**DO NOT USE PIPELINES!** -If your goal is simply to add support for additional providers like Anthropic or basic filters, you likely don't need Pipelines . For those cases, [Open WebUI Functions](/features/plugin/functions) are a better fit—it's built-in, much more convenient, and easier to configure. Pipelines, however, comes into play when you're dealing with computationally heavy tasks (e.g., running large models or complex logic) that you want to offload from your main Open WebUI instance for better performance and scalability. +If your goal is simply to add support for additional providers like Anthropic or basic filters, you likely don't need Pipelines . For those cases, Open WebUI Functions are a better fit—it's built-in, much more convenient, and easier to configure. Pipelines, however, comes into play when you're dealing with computationally heavy tasks (e.g., running large models or complex logic) that you want to offload from your main Open WebUI instance for better performance and scalability. ::: Welcome to **Pipelines**, an [Open WebUI](https://github.com/open-webui) initiative. Pipelines bring modular, customizable workflows to any UI client supporting OpenAI API specs – and much more! Easily extend functionalities, integrate unique logic, and create dynamic workflows with just a few lines of code.