mirror of
https://github.com/open-webui/docs
synced 2025-06-16 11:28:36 +00:00
Added basic Pipes docs
This commit is contained in:
parent
106f7d4f01
commit
46d78e21c3
@ -4,7 +4,7 @@ title: "Pipes"
|
|||||||
---
|
---
|
||||||
|
|
||||||
# Pipes
|
# Pipes
|
||||||
|
Pipes are functions that can be used to perform actions prior to returning LLM messages to the user. Examples of potential actions you can take with Pipes are Retrieval Augmented Generation (RAG), sending requests to non-OpenAI LLM providers (such as Anthropic, Azure OpenAI, or Google), or executing functions right in your web UI. A list of examples is maintained in the [Pipelines repo](https://github.com/open-webui/pipelines/tree/main/examples/pipelines).
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="#">
|
<a href="#">
|
||||||
|
Loading…
Reference in New Issue
Block a user