mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-22 09:31:58 -05:00
[PR #14303] [CLOSED] Main dev #10232
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/14303
Author: @PVBLIC-F
Created: 5/25/2025
Status: ❌ Closed
Base:
dev← Head:main-dev📝 Commits (10+)
9596269Update mistral.pyfeba5bfMerge branch 'open-webui:main' into main-dev478701fUpdate mistral.pycc0c10bUpdate MessageInput.svelteb767154Update Messages.svelte04803b7Update mistral.py6f4aa5cUpdate package.json6cf8c63Update Messages.svelteea6b721Update package.json7242bcbUpdate package.json📊 Changes
9 files changed (+2700 additions, -324 deletions)
View changed files
📝
backend/open_webui/models/chats.py(+1349 -89)📝
backend/open_webui/retrieval/loaders/main.py(+148 -38)📝
backend/open_webui/retrieval/loaders/mistral.py(+423 -73)📝
backend/open_webui/retrieval/vector/dbs/pinecone.py(+20 -45)📝
backend/open_webui/routers/retrieval.py(+666 -17)📝
backend/open_webui/utils/middleware.py(+30 -4)📝
backend/open_webui/utils/misc.py(+14 -3)📝
backend/requirements.txt(+2 -1)📝
src/lib/components/chat/MessageInput.svelte(+48 -54)📄 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
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.