mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #14346] [CLOSED] perf/refactor Various Files for RAG and Database Performance #62303
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/14346
Author: @PVBLIC-F
Created: 5/26/2025
Status: ❌ Closed
Base:
dev← Head:dev📝 Commits (10+)
b9bbab3Update chats.py9efb29dUpdate retrieval.pyb71ea39Update chats.pyb4b1894Update middleware.pyafdb9a4Update retrieval.py86e111fUpdate main.pybf86604Update main.pye98f31bUpdate requirements.txtc0acd54Update requirements.txt7ac4e1dUpdate middleware.py📊 Changes
15 files changed (+3039 additions, -512 deletions)
View changed files
📝
Dockerfile(+4 -4)📝
backend/open_webui/config.py(+8 -0)📝
backend/open_webui/main.py(+2 -0)📝
backend/open_webui/models/chats.py(+1391 -127)📝
backend/open_webui/retrieval/loaders/main.py(+219 -47)📝
backend/open_webui/retrieval/utils.py(+320 -165)📝
backend/open_webui/routers/files.py(+11 -1)📝
backend/open_webui/routers/retrieval.py(+706 -77)📝
backend/open_webui/utils/middleware.py(+77 -78)📝
backend/requirements.txt(+9 -7)📝
src/lib/components/chat/Chat.svelte(+1 -1)📝
src/lib/components/chat/MessageInput.svelte(+13 -4)📝
src/lib/components/chat/Messages.svelte(+122 -0)📝
src/lib/components/chat/Messages/Message.svelte(+2 -1)➕
src/lib/components/chat/SearchMessages.svelte(+154 -0)📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
See attached file for full details.


changes-overview.pdf
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.