pipelines icon indicating copy to clipboard operation
pipelines copied to clipboard

Pipelines: Versatile, UI-Agnostic OpenAI-Compatible Plugin Framework

Results 137 pipelines issues
Sort by recently updated
recently updated
newest added

I am encountering a dependency conflict between the Python environment used by Pipelines and the dependencies required by the custom tools I want to use, specifically with the **Pydantic** library....

Pipelines is already using uv in the dockerfile. Yet in main.py and start.sh some "old" python pip is still in existence. For pipelines being easier, and also potentially safer -...

Describe the bug When using Open WebUI with Azure OpenAI Pipeline, and utilizing a registered Tool (such as a MCPO Server), the assistant does not appear to reference or utilize...

As I'm building my pipeline I noticed some odd behaviour... it was being called TWICE for every query I sent. Then, I figured out that OUI will call my pipeline...

**Is your feature request related to a problem? Please describe.** No, not a problem. **Describe the solution you'd like** I'm working with pipelines. The pipe() function is given a parameter...

**Feature Request: Per-User Monthly Spending Limits** **Description:** I appreciate the global request limits added in [Issue #20](https://github.com/open-webui/pipelines/issues/20). However, I need the ability to set customizable monthly spending limits per user....

I'm experimenting with the pipeline filter and after adding, I realized that it's automatically applied to even the models in the openwebui front end (not just pipelines). Additionally, when looking...

I am a regular user of Open WebUI and find it incredibly valuable for our team's LLM workflows. I noticed that while there's current [support for Langfuse](https://github.com/open-webui/pipelines/blob/main/examples/filters/langfuse_filter_pipeline.py) for tracing and...

How do we return citations from pipelines? Currently, I'm implementing a rag pipeline and showing citation by markdown formatting which seems hacky. Is there a way we can citations like...

When using pipelines to create agentic tasks, it will be great to update the user UI with "status" messages, like "executing function", "creating images", "buying tickets"... This can be done...