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
main
dev
0afe972
24be96a
7dde16d
5555d88
4ecf2a8
cbc514e
66bde32
cf3635b
343dac9
e41e375
156 files changed (+5283 additions, -1822 deletions)
📝 .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)
.env.example
.gitattributes
.github/workflows/docker-build.yaml
.prettierrc
CHANGELOG.md
README.md
backend/open_webui/config.py
backend/open_webui/constants.py
backend/open_webui/env.py
backend/open_webui/functions.py
backend/open_webui/main.py
backend/open_webui/models/users.py
backend/open_webui/retrieval/loaders/main.py
backend/open_webui/retrieval/loaders/mistral.py
backend/open_webui/retrieval/loaders/youtube.py
backend/open_webui/retrieval/vector/dbs/pgvector.py
backend/open_webui/retrieval/vector/dbs/pinecone.py
backend/open_webui/retrieval/web/perplexity.py
backend/open_webui/routers/images.py
backend/open_webui/routers/notes.py
...and 80 more files
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 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.