mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #12133] [CLOSED] Dev #22854
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/12133
Author: @weisser-dev
Created: 3/27/2025
Status: ❌ Closed
Base:
main← Head:dev📝 Commits (10+)
027c5c4Merge pull request #11383 from Kylapaallikko/deve85d69fMerge branch 'dev' into deve3116aaMerge pull request #11361 from OriginalSimon/dev3ab917cMerge pull request #11325 from luke3butler/devdc3abc2refac3c6a834fix: logit_bias in workspace models7917128enh: enable configuration for tavily extract depth7c4a9c2fix: correct type handling for TAVILY_EXTRACT_DEPTH configuratione5b02f7i18n: update zh-TW8bd527banonymous bind when LDAP_APP_DN is not specified📊 Changes
156 files changed (+7444 additions, -1499 deletions)
View changed files
📝
.github/pull_request_template.md(+3 -3)📝
Dockerfile(+1 -1)📝
backend/open_webui/config.py(+65 -4)📝
backend/open_webui/env.py(+27 -15)📝
backend/open_webui/functions.py(+3 -0)📝
backend/open_webui/main.py(+43 -10)📝
backend/open_webui/retrieval/loaders/main.py(+53 -1)➕
backend/open_webui/retrieval/loaders/tavily.py(+93 -0)📝
backend/open_webui/retrieval/utils.py(+34 -26)📝
backend/open_webui/retrieval/vector/dbs/chroma.py(+20 -7)📝
backend/open_webui/retrieval/vector/dbs/milvus.py(+4 -1)📝
backend/open_webui/retrieval/vector/dbs/opensearch.py(+110 -65)📝
backend/open_webui/retrieval/vector/dbs/pgvector.py(+3 -1)📝
backend/open_webui/retrieval/vector/dbs/qdrant.py(+2 -1)📝
backend/open_webui/retrieval/web/utils.py(+172 -76)📝
backend/open_webui/routers/audio.py(+3 -1)📝
backend/open_webui/routers/auths.py(+1 -1)📝
backend/open_webui/routers/chats.py(+103 -0)📝
backend/open_webui/routers/files.py(+1 -1)📝
backend/open_webui/routers/images.py(+2 -4)...and 80 more files
📄 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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.