Original PR: https://github.com/open-webui/open-webui/pull/9190 Author: @tjbck Created: 1/31/2025 Status: ✅ Merged Merged: 2/5/2025 Merged by: @tjbck
Base: main ← Head: dev
main
dev
1ad9be9
412923d
6e306be
24ab79f
dda945f
2d562ed
91221cd
6f3c92f
6eb51ab
9eaf01c
147 files changed (+4236 additions, -1743 deletions)
📝 CHANGELOG.md (+29 -0) 📝 backend/open_webui/config.py (+70 -12) 📝 backend/open_webui/constants.py (+1 -1) 📝 backend/open_webui/env.py (+14 -6) 📝 backend/open_webui/main.py (+23 -6) 📝 backend/open_webui/retrieval/utils.py (+55 -16) 📝 backend/open_webui/retrieval/vector/dbs/milvus.py (+5 -1) ➕ backend/open_webui/retrieval/web/exa.py (+76 -0) 📝 backend/open_webui/retrieval/web/main.py (+4 -0) 📝 backend/open_webui/retrieval/web/utils.py (+15 -4) 📝 backend/open_webui/routers/auths.py (+14 -9) 📝 backend/open_webui/routers/chats.py (+8 -2) 📝 backend/open_webui/routers/files.py (+4 -2) 📝 backend/open_webui/routers/knowledge.py (+37 -12) 📝 backend/open_webui/routers/memories.py (+6 -4) 📝 backend/open_webui/routers/models.py (+5 -1) 📝 backend/open_webui/routers/ollama.py (+5 -4) 📝 backend/open_webui/routers/openai.py (+4 -4) 📝 backend/open_webui/routers/prompts.py (+5 -1) 📝 backend/open_webui/routers/retrieval.py (+42 -9)
CHANGELOG.md
backend/open_webui/config.py
backend/open_webui/constants.py
backend/open_webui/env.py
backend/open_webui/main.py
backend/open_webui/retrieval/utils.py
backend/open_webui/retrieval/vector/dbs/milvus.py
backend/open_webui/retrieval/web/exa.py
backend/open_webui/retrieval/web/main.py
backend/open_webui/retrieval/web/utils.py
backend/open_webui/routers/auths.py
backend/open_webui/routers/chats.py
backend/open_webui/routers/files.py
backend/open_webui/routers/knowledge.py
backend/open_webui/routers/memories.py
backend/open_webui/routers/models.py
backend/open_webui/routers/ollama.py
backend/open_webui/routers/openai.py
backend/open_webui/routers/prompts.py
backend/open_webui/routers/retrieval.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/9190
Author: @tjbck
Created: 1/31/2025
Status: ✅ Merged
Merged: 2/5/2025
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
1ad9be9Check OAuth name type with fallback412923dfeat: separate cookie settings between session & auth cookies6e306bei18n: Update Chinese Translation24ab79fMerge pull request #8857 from KarlLee830/translatedda945ffeat: Localized dates and times2d562edFixed the type on translation.json91221cdMerge pull request #8948 from kokutaro/i18n/japanese-translation6f3c92fenh: chat loading screen6eb51abenh: file upload permission indicator9eaf01cMerge branch 'open-webui:main' into fix/oidc-500-error-name-field📊 Changes
147 files changed (+4236 additions, -1743 deletions)
View changed files
📝
CHANGELOG.md(+29 -0)📝
backend/open_webui/config.py(+70 -12)📝
backend/open_webui/constants.py(+1 -1)📝
backend/open_webui/env.py(+14 -6)📝
backend/open_webui/main.py(+23 -6)📝
backend/open_webui/retrieval/utils.py(+55 -16)📝
backend/open_webui/retrieval/vector/dbs/milvus.py(+5 -1)➕
backend/open_webui/retrieval/web/exa.py(+76 -0)📝
backend/open_webui/retrieval/web/main.py(+4 -0)📝
backend/open_webui/retrieval/web/utils.py(+15 -4)📝
backend/open_webui/routers/auths.py(+14 -9)📝
backend/open_webui/routers/chats.py(+8 -2)📝
backend/open_webui/routers/files.py(+4 -2)📝
backend/open_webui/routers/knowledge.py(+37 -12)📝
backend/open_webui/routers/memories.py(+6 -4)📝
backend/open_webui/routers/models.py(+5 -1)📝
backend/open_webui/routers/ollama.py(+5 -4)📝
backend/open_webui/routers/openai.py(+4 -4)📝
backend/open_webui/routers/prompts.py(+5 -1)📝
backend/open_webui/routers/retrieval.py(+42 -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.