Original PR: https://github.com/open-webui/open-webui/pull/19374 Author: @mosewell Created: 11/21/2025 Status: ❌ Closed
Base: main ← Head: chat-1268
main
chat-1268
eb54fec
66f794e
127a606
6ff46cd
dede9a7
9a4effb
d946c81
f972d3e
8f2a716
ecb7e14
446 files changed (+37178 additions, -62241 deletions)
📝 .dockerignore (+17 -1) 📝 .env.example (+45 -1) ➖ .github/FUNDING.yml (+0 -1) 📝 .github/ISSUE_TEMPLATE/bug_report.md (+3 -3) 📝 .github/ISSUE_TEMPLATE/feature_request.md (+2 -2) 📝 .github/dependabot.yml (+8 -2) 📝 .github/workflows/build-release.yml (+2 -2) ➖ .github/workflows/codespell.disabled (+0 -25) ➖ .github/workflows/deploy-to-hf-spaces.yml (+0 -63) 📝 .github/workflows/docker-build.yaml (+8 -415) ➖ .github/workflows/integration-test.yml (+0 -253) ➖ .github/workflows/lint-backend.disabled (+0 -27) ➖ .github/workflows/lint-frontend.disabled (+0 -21) ➖ .github/workflows/release-pypi.yml (+0 -32) ➕ .github/workflows/security-scan-trivy.yaml (+47 -0) 📝 .gitignore (+3 -0) ➕ .vscode/launch.json (+22 -0) 📝 CHANGELOG.md (+433 -1) 📝 CODE_OF_CONDUCT.md (+83 -57) 📝 Dockerfile (+145 -42)
.dockerignore
.env.example
.github/FUNDING.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/dependabot.yml
.github/workflows/build-release.yml
.github/workflows/codespell.disabled
.github/workflows/deploy-to-hf-spaces.yml
.github/workflows/docker-build.yaml
.github/workflows/integration-test.yml
.github/workflows/lint-backend.disabled
.github/workflows/lint-frontend.disabled
.github/workflows/release-pypi.yml
.github/workflows/security-scan-trivy.yaml
.gitignore
.vscode/launch.json
CHANGELOG.md
CODE_OF_CONDUCT.md
Dockerfile
...and 80 more files
🔄 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/19374
Author: @mosewell
Created: 11/21/2025
Status: ❌ Closed
Base:
main← Head:chat-1268📝 Commits (10+)
eb54fecfeat(i18n): remove redundant translation for enhancing responses with Wikipedia knowledge66f794efeat(docker): update txtai embeddings loading method to use huggingface-hub127a606feat(metrics): add inter-prompt latency histogram functionality and related UI components6ff46cdfix(migration): format new migration for user behaviour functionalitydede9a7Merge pull request #188 from ssc-dsai/chat-7209a4effbfeat(docker): add disk usage analysis and cleanup step to Docker build workflowd946c81feat(user): add role update functionality in EditUserModalf972d3efix(retrieval): add missing dependency (CHAT-879).8f2a716Merge pull request #202 from ssc-dsai/fix-tiktoken-missing-dependencyecb7e14Merge branch 'fix-tiktoken-missing-dependency' into dev📊 Changes
446 files changed (+37178 additions, -62241 deletions)
View changed files
📝
.dockerignore(+17 -1)📝
.env.example(+45 -1)➖
.github/FUNDING.yml(+0 -1)📝
.github/ISSUE_TEMPLATE/bug_report.md(+3 -3)📝
.github/ISSUE_TEMPLATE/feature_request.md(+2 -2)📝
.github/dependabot.yml(+8 -2)📝
.github/workflows/build-release.yml(+2 -2)➖
.github/workflows/codespell.disabled(+0 -25)➖
.github/workflows/deploy-to-hf-spaces.yml(+0 -63)📝
.github/workflows/docker-build.yaml(+8 -415)➖
.github/workflows/integration-test.yml(+0 -253)➖
.github/workflows/lint-backend.disabled(+0 -27)➖
.github/workflows/lint-frontend.disabled(+0 -21)➖
.github/workflows/release-pypi.yml(+0 -32)➕
.github/workflows/security-scan-trivy.yaml(+47 -0)📝
.gitignore(+3 -0)➕
.vscode/launch.json(+22 -0)📝
CHANGELOG.md(+433 -1)📝
CODE_OF_CONDUCT.md(+83 -57)📝
Dockerfile(+145 -42)...and 80 more files
📄 Description
Changelog Entry
Description
Changed
Security
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.