MerchantryTidbits

rag-retrieval / library

Open WebUI Pipelines

Symptoms: need custom pre/post process in open webui; hard to inject tools into open-webui.

Use it when

  • extend Open WebUI with filter pipelines
  • plug custom functions into Open WebUI chat

What it solves

Not the fit when

  • not Open WebUI core UI

Install

git clone https://github.com/open-webui/pipelines && pip install -r requirements.txt

Invoke

Run Pipelines server alongside Open WebUI to filter prompts and inject tools/functions.

Alternatives

No reviewed alternatives recorded yet.