mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #20530] [CLOSED] Rag agentic volumes #48707
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/20530
Author: @LuigiD5555
Created: 1/9/2026
Status: ❌ Closed
Base:
main← Head:rag-agentic-volumes📝 Commits (7)
1244c3fAdd RAG admin UI for volumes and exclusionsf90f14bMake startup lighter with skip flags and lazy vector init9817f42Add RAG performance and auto-suspend settings2ed8545Expose RAG performance controls in admin UIaa69009Patch Open WebUI backend and UIe61e7b0Update requirements in pyproject.toml and uv.lock to Python 3.120780daaDelete: example file .env was deleted📊 Changes
16 files changed (+811 additions, -81 deletions)
View changed files
➖
.env.example(+0 -22)📝
backend/open_webui/config.py(+23 -1)📝
backend/open_webui/env.py(+57 -49)📝
backend/open_webui/main.py(+9 -0)📝
backend/open_webui/retrieval/vector/factory.py(+16 -1)📝
backend/open_webui/routers/auths.py(+53 -0)➕
backend/open_webui/routers/rag_admin.py(+100 -0)📝
pyproject.toml(+1 -2)📝
src/app.css(+9 -0)➕
src/lib/apis/rag_admin/index.ts(+101 -0)📝
src/lib/components/admin/Settings/Documents.svelte(+291 -0)📝
src/lib/components/admin/Settings/General.svelte(+96 -0)📝
src/lib/components/chat/Messages/ResponseMessage.svelte(+38 -3)📝
src/lib/i18n/locales/en-US/translation.json(+8 -1)📝
src/lib/i18n/locales/es-ES/translation.json(+7 -0)📝
uv.lock(+2 -2)📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions to discuss your idea/fix with the community before creating a pull request, and describe your changes before submitting a pull request.
This is to ensure large feature PRs are discussed with the community first, before starting work on it. If the community does not want this feature or it is not relevant for Open WebUI as a project, it can be identified in the discussion before working on the feature and submitting the PR.
Before submitting, make sure you've checked the following:
devbranch. Not targeting thedevbranch will lead to immediate closure of the PR.Changelog Entry
Description
Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.