From 46d78e21c39cbb7bc4ac8fe6e3462cc5a8597641 Mon Sep 17 00:00:00 2001 From: "0xThresh.eth" <0xthresh@protonmail.com> Date: Fri, 19 Jul 2024 16:43:29 -0600 Subject: [PATCH] Added basic Pipes docs --- docs/pipelines/pipes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pipelines/pipes.md b/docs/pipelines/pipes.md index 34bfbc9..5e36411 100644 --- a/docs/pipelines/pipes.md +++ b/docs/pipelines/pipes.md @@ -4,7 +4,7 @@ title: "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).