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 8713480 commit 8d83094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Welcome to **Pipelines**, an [Open WebUI](https://github.com/open-webui) initiat
- [**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)
- [**Function Calling Pipeline**: 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. [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
Expand Down

0 comments on commit 8d83094

Please sign in to comment.