From 1a00a7175c81c57f22b6d9a37eb36fad88984ab4 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Thu, 20 Feb 2025 11:33:58 -0800 Subject: [PATCH] Update index.mdx --- docs/pipelines/index.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/pipelines/index.mdx b/docs/pipelines/index.mdx index bd99661..427b01f 100644 --- a/docs/pipelines/index.mdx +++ b/docs/pipelines/index.mdx @@ -12,6 +12,8 @@ title: "⚡ Pipelines" # Pipelines: UI-Agnostic OpenAI API Plugin Framework :::tip +**You probably don't need 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. :::