This commit is contained in:
Timothy Jaeryang Baek 2024-12-27 19:01:12 -08:00
parent 13ef3de4a4
commit c844c740a7
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{
"label": "⚡ Pipelines",
"position": 700
"position": 900
}

View File

@ -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.