mirror of
https://github.com/open-webui/pipelines
synced 2025-05-12 16:40:45 +00:00
doc: readme
This commit is contained in:
parent
aa74b9635a
commit
0cfb82feb3
@ -14,10 +14,12 @@ Welcome to **Pipelines**, an [Open WebUI](https://github.com/open-webui) initiat
|
||||
|
||||
### Examples of What You Can Achieve:
|
||||
|
||||
- [**Function Calling Pipeline**: Easily handle function calls and enhance your applications with custom logic.](/examples/function_calling/function_calling_filter_pipeline.py)
|
||||
- [**Custom RAG Pipeline**: Implement sophisticated Retrieval-Augmented Generation pipelines tailored to your needs.](/examples/rag/llamaindex_pipeline.py)
|
||||
- [**Message Monitoring Using Langfuse**: Monitor and analyze message interactions in real-time using Langfuse.](/examples/filters/langfuse_filter_pipeline.py)
|
||||
- [**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 Pipeline**: Easily handle function calls and enhance your applications with custom logic.](/examples/function_calling/function_calling_filter_pipeline.py)
|
||||
- [**Toxic Message Filter**: Implement filters to detect and handle toxic messages effectively.](/examples/filters/detoxify_filter_pipeline.py)
|
||||
- **And Much More!**: The sky is the limit for what you can accomplish with Pipelines and Python. [Check out our scaffolds to get a head start on your projects and see how you can streamline your development process!](/examples/scaffolds)
|
||||
|
||||
## 🔧 How It Works
|
||||
|
Loading…
Reference in New Issue
Block a user