Original PR: https://github.com/open-webui/open-webui/pull/14486 Author: @tjbck Created: 5/29/2025 Status: ✅ Merged Merged: 5/29/2025 Merged by: @tjbck
Base: main ← Head: dev
main
dev
42be1f9
01eedd3
2c723e1
309380b
d43bbca
155518e
bd4e010
2553679
f1507f2
a214e63
23 files changed (+524 additions, -230 deletions)
📝 CHANGELOG.md (+16 -0) 📝 README.md (+1 -1) 📝 backend/open_webui/config.py (+16 -0) 📝 backend/open_webui/functions.py (+7 -2) 📝 backend/open_webui/main.py (+22 -2) 📝 backend/open_webui/retrieval/utils.py (+83 -31) 📝 backend/open_webui/routers/audio.py (+3 -6) 📝 backend/open_webui/routers/ollama.py (+8 -5) 📝 backend/open_webui/routers/openai.py (+6 -2) 📝 backend/open_webui/routers/retrieval.py (+63 -5) 📝 backend/open_webui/utils/middleware.py (+34 -7) 📝 backend/open_webui/utils/payload.py (+48 -2) 📝 package-lock.json (+2 -2) 📝 package.json (+1 -1) 📝 src/lib/apis/retrieval/index.ts (+7 -0) 📝 src/lib/components/admin/Settings/Documents.svelte (+45 -2) 📝 src/lib/components/workspace/Prompts/PromptEditor.svelte (+1 -1) 📝 src/lib/i18n/locales/fi-FI/translation.json (+49 -49) 📝 src/lib/i18n/locales/ko-KR/translation.json (+1 -1) 📝 src/lib/i18n/locales/zh-CN/translation.json (+76 -76)
CHANGELOG.md
README.md
backend/open_webui/config.py
backend/open_webui/functions.py
backend/open_webui/main.py
backend/open_webui/retrieval/utils.py
backend/open_webui/routers/audio.py
backend/open_webui/routers/ollama.py
backend/open_webui/routers/openai.py
backend/open_webui/routers/retrieval.py
backend/open_webui/utils/middleware.py
backend/open_webui/utils/payload.py
package-lock.json
package.json
src/lib/apis/retrieval/index.ts
src/lib/components/admin/Settings/Documents.svelte
src/lib/components/workspace/Prompts/PromptEditor.svelte
src/lib/i18n/locales/fi-FI/translation.json
src/lib/i18n/locales/ko-KR/translation.json
src/lib/i18n/locales/zh-CN/translation.json
...and 3 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/14486
Author: @tjbck
Created: 5/29/2025
Status: ✅ Merged
Merged: 5/29/2025
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
42be1f9Add Azure OpenAI embedding support01eedd3Handles undefined message case in message list creation2c723e1i18n: Update & Improve zh-CN309380bUpdate fi-FI translation.jsond43bbcarefac/fix: open webui params handling155518eMerge pull request #14478 from Kylapaallikko/devbd4e010Merge pull request #14477 from qingchunnh/Update_zh-CN-255292553679doc: typof1507f2Merge pull request #14472 from Davixk/fix/chat-loading-errora214e63Update Korean translation - Documentation📊 Changes
23 files changed (+524 additions, -230 deletions)
View changed files
📝
CHANGELOG.md(+16 -0)📝
README.md(+1 -1)📝
backend/open_webui/config.py(+16 -0)📝
backend/open_webui/functions.py(+7 -2)📝
backend/open_webui/main.py(+22 -2)📝
backend/open_webui/retrieval/utils.py(+83 -31)📝
backend/open_webui/routers/audio.py(+3 -6)📝
backend/open_webui/routers/ollama.py(+8 -5)📝
backend/open_webui/routers/openai.py(+6 -2)📝
backend/open_webui/routers/retrieval.py(+63 -5)📝
backend/open_webui/utils/middleware.py(+34 -7)📝
backend/open_webui/utils/payload.py(+48 -2)📝
package-lock.json(+2 -2)📝
package.json(+1 -1)📝
src/lib/apis/retrieval/index.ts(+7 -0)📝
src/lib/components/admin/Settings/Documents.svelte(+45 -2)📝
src/lib/components/workspace/Prompts/PromptEditor.svelte(+1 -1)📝
src/lib/i18n/locales/fi-FI/translation.json(+49 -49)📝
src/lib/i18n/locales/ko-KR/translation.json(+1 -1)📝
src/lib/i18n/locales/zh-CN/translation.json(+76 -76)...and 3 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.