mirror of
https://github.com/open-webui/docs.git
synced 2026-01-03 18:26:47 +07:00
11 lines
387 B
Markdown
11 lines
387 B
Markdown
---
|
|
sidebar_position: 7
|
|
title: "❓ FAQ"
|
|
---
|
|
|
|
# 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. Pipelines also execute on a separate server, potentially reducing the load on your Open WebUI instance.
|