From c844c740a7d051cc5ebfa677050808119cef2c0d Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Fri, 27 Dec 2024 19:01:12 -0800 Subject: [PATCH] refac --- docs/pipelines/_category_.json | 2 +- docs/pipelines/faq.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pipelines/_category_.json b/docs/pipelines/_category_.json index 89ce4e9..512ed53 100644 --- a/docs/pipelines/_category_.json +++ b/docs/pipelines/_category_.json @@ -1,4 +1,4 @@ { "label": "⚡ Pipelines", - "position": 700 + "position": 900 } diff --git a/docs/pipelines/faq.md b/docs/pipelines/faq.md index ef1c96d..e66b7ed 100644 --- a/docs/pipelines/faq.md +++ b/docs/pipelines/faq.md @@ -7,4 +7,4 @@ title: "❓ FAQ" **What's the difference between Functions and Pipelines?** -The main difference between Functions and Pipelines are that Functions are executed directly on the Open WebUI server, while Pipelines are executed on a separate server. Functions are not capable of downloading new packages in Open WebUI, meaning that you are only able to import libraries into Functions that are packaged into Open WebUI. Pipelines, on the other hand, are more extensible, enabling you to install any Python dependencies your filter or pipe could need. Pipelines also execute on a separate server, potentially reducing the load on your Open WebUI instance. +The main difference between Functions and Pipelines are that Functions are executed directly on the Open WebUI server, while Pipelines are executed on a separate server. Pipelines also execute on a separate server, potentially reducing the load on your Open WebUI instance.