mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[PR #14194] [MERGED] 0.6.11 #39038
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/14194
Author: @tjbck
Created: 5/22/2025
Status: ✅ Merged
Merged: 5/26/2025
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
23991c3i18n: update zh-TWc1066d7i18n: update ko-KR1d0921d[i18n] Russian locale updatec9bbfaeMerge pull request #14033 from SadmL/patch-2438eb90Merge pull request #14024 from hurxxxx/i18n/update-ko-KRef3232aMerge pull request #14023 from TiancongLx/dev5613cdaMerge pull request #14048 from open-webui/maind6ad96afix: use get method for title and snippet in search results897727cMerge branch 'open-webui:main' into web_search_optional_fieldsfd2ff5ei18n german update 1📊 Changes
160 files changed (+6114 additions, -3424 deletions)
View changed files
📝
.github/ISSUE_TEMPLATE/bug_report.yaml(+29 -8)📝
CHANGELOG.md(+48 -0)📝
backend/open_webui/config.py(+12 -0)📝
backend/open_webui/env.py(+4 -0)📝
backend/open_webui/functions.py(+2 -5)📝
backend/open_webui/internal/wrappers.py(+2 -2)📝
backend/open_webui/main.py(+9 -2)📝
backend/open_webui/models/auths.py(+8 -4)📝
backend/open_webui/models/chats.py(+53 -10)📝
backend/open_webui/models/functions.py(+48 -0)📝
backend/open_webui/models/groups.py(+38 -0)📝
backend/open_webui/retrieval/loaders/main.py(+1 -1)📝
backend/open_webui/retrieval/loaders/mistral.py(+476 -68)➕
backend/open_webui/retrieval/models/base_reranker.py(+8 -0)📝
backend/open_webui/retrieval/models/colbert.py(+3 -1)📝
backend/open_webui/retrieval/models/external.py(+3 -1)📝
backend/open_webui/retrieval/utils.py(+19 -3)📝
backend/open_webui/retrieval/vector/dbs/pinecone.py(+20 -45)📝
backend/open_webui/retrieval/web/searchapi.py(+3 -1)📝
backend/open_webui/retrieval/web/serpapi.py(+3 -1)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.