Added a custom function plugin support that opens up some exciting possibilities. With this addition, we can integrate custom functions into our RAG pipeline or utilise it for post-processing LLM responses. Imagine chaining custom functions with RAG or LLM automatically triggering functions to provide more accurate answers.
If you have other specific use cases in mind, I'm open to tailoring this PR towards your use cases as well! Let me know what you guys think!
Will start working on this in the near future, I appreciate your patience 🙌
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/open-webui/open-webui/pull/798
**Author:** [@tjbck](https://github.com/tjbck)
**Created:** 2/19/2024
**Status:** ❌ Closed
**Base:** `dev` ← **Head:** `functions`
---
### 📝 Commits (3)
- [`6caa775`](https://github.com/open-webui/open-webui/commit/6caa7750bbc75e2910612fb44145af811165a1d2) feat: function plugins support
- [`837feb4`](https://github.com/open-webui/open-webui/commit/837feb4e799b021d2a5f2bf2bf697fca9c1c3df7) Merge branch 'main' into functions
- [`59de980`](https://github.com/open-webui/open-webui/commit/59de980306b9aa26a3b101585a7b8b252508e8e1) Update main.py
### 📊 Changes
**4 files changed** (+321 additions, -1 deletions)
<details>
<summary>View changed files</summary>
➕ `backend/apps/functions/main.py` (+172 -0)
➕ `backend/apps/functions/security.py` (+140 -0)
📝 `backend/config.py` (+7 -0)
📝 `backend/main.py` (+2 -1)
</details>
### 📄 Description
Added a custom function plugin support that opens up some exciting possibilities. With this addition, we can integrate custom functions into our RAG pipeline or utilise it for post-processing LLM responses. Imagine chaining custom functions with RAG or LLM automatically triggering functions to provide more accurate answers.
If you have other specific use cases in mind, I'm open to tailoring this PR towards your use cases as well! Let me know what you guys think!
-------
# Will start working on this in the near future, I appreciate your patience 🙌
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/798
Author: @tjbck
Created: 2/19/2024
Status: ❌ Closed
Base:
dev← Head:functions📝 Commits (3)
6caa775feat: function plugins support837feb4Merge branch 'main' into functions59de980Update main.py📊 Changes
4 files changed (+321 additions, -1 deletions)
View changed files
➕
backend/apps/functions/main.py(+172 -0)➕
backend/apps/functions/security.py(+140 -0)📝
backend/config.py(+7 -0)📝
backend/main.py(+2 -1)📄 Description
Added a custom function plugin support that opens up some exciting possibilities. With this addition, we can integrate custom functions into our RAG pipeline or utilise it for post-processing LLM responses. Imagine chaining custom functions with RAG or LLM automatically triggering functions to provide more accurate answers.
If you have other specific use cases in mind, I'm open to tailoring this PR towards your use cases as well! Let me know what you guys think!
Will start working on this in the near future, I appreciate your patience 🙌
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.