Skip to content

Commit

Permalink
doc: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tjbck committed Jun 1, 2024
1 parent fd4eef4 commit 3205de8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ Welcome to **Pipelines**, an [Open WebUI](https://github.com/open-webui) initiat
- **Seamless Integration:** Compatible with any UI/client supporting OpenAI API specs.
- **Custom Hooks:** Build and integrate custom pipelines.

### Examples of What You Can Achieve:

- [**Rate Limit Filter**: Control the flow of requests to prevent exceeding rate limits.](/examples/filters/rate_limit_filter_pipeline.py)
- [**Real-Time Translation Filter with LibreTranslate**: Seamlessly integrate real-time translations into your LLM interactions.](/examples/filters/libretranslate_filter_pipeline.py)
- [**Custom RAG Pipeline**: Implement sophisticated Retrieval-Augmented Generation pipelines tailored to your needs.](/examples/rag/llamaindex_pipeline.py)
- [**Function Calling Filter**: Easily handle function calls and enhance your applications with custom logic.](/examples/function_calling/function_calling_filter_pipeline.py)
- **And Much More!**: The sky is the limit for what you can accomplish with Pipelines and Python.

## 🔧 How It Works

<p align="center">
Expand All @@ -20,14 +28,6 @@ Welcome to **Pipelines**, an [Open WebUI](https://github.com/open-webui) initiat

Integrating Pipelines with any OpenAI API-compatible UI client is simple. Launch your Pipelines instance and set the OpenAI URL on your client to the Pipelines URL. That's it! You're ready to leverage any Python library for your needs.

### Examples of What You Can Achieve:

- **Rate Limit Filter**: Control the flow of requests to prevent exceeding rate limits.
- **Real-Time Translation Filter with LibreTranslate**: Seamlessly integrate real-time translations into your LLM interactions.
- **Custom RAG Pipeline**: Implement sophisticated Retrieval-Augmented Generation pipelines tailored to your needs.
- **Function Calling Filter**: Easily handle function calls and enhance your applications with custom logic.
- **And Much More!**: The sky is the limit for what you can accomplish with Pipelines and Python.

## ⚡ Quick Start with Docker

> [!WARNING]
Expand Down

0 comments on commit 3205de8

Please sign in to comment.