mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 19:38:46 -05:00
[PR #14675] [MERGED] 0.6.14 #23546
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/14675
Author: @tjbck
Created: 6/4/2025
Status: ✅ Merged
Merged: 6/10/2025
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
0afe972embeddings function added 100% OpenAI compatible24be96aMerge pull request #1 from open-webui/main7dde16d[i18n] Russian locale update5555d88Update translation.json4ecf2a8Update pinecone.pycbc514eThe translation might be confusing, in some cases for example tooltips over a radio button66bde32Update pinecone.pycf3635bUpdate mistral.py343dac9Merge pull request #14522 from SadmL/patch-2e41e375refac: role update ui📊 Changes
156 files changed (+5283 additions, -1822 deletions)
View changed files
📝
.env.example(+9 -0)📝
.gitattributes(+49 -1)📝
.github/workflows/docker-build.yaml(+177 -12)📝
.prettierrc(+2 -1)📝
CHANGELOG.md(+39 -0)📝
README.md(+14 -2)📝
backend/open_webui/config.py(+110 -17)📝
backend/open_webui/constants.py(+1 -0)📝
backend/open_webui/env.py(+2 -0)📝
backend/open_webui/functions.py(+2 -6)📝
backend/open_webui/main.py(+99 -8)📝
backend/open_webui/models/users.py(+2 -1)📝
backend/open_webui/retrieval/loaders/main.py(+33 -15)📝
backend/open_webui/retrieval/loaders/mistral.py(+198 -64)📝
backend/open_webui/retrieval/loaders/youtube.py(+30 -6)📝
backend/open_webui/retrieval/vector/dbs/pgvector.py(+250 -81)📝
backend/open_webui/retrieval/vector/dbs/pinecone.py(+81 -8)📝
backend/open_webui/retrieval/web/perplexity.py(+20 -2)📝
backend/open_webui/routers/images.py(+2 -2)📝
backend/open_webui/routers/notes.py(+6 -9)...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.