Original PR: https://github.com/open-webui/open-webui/pull/2376 Author: @tjbck Created: 5/18/2024 Status: ✅ Merged Merged: 5/19/2024 Merged by: @tjbck
Base: main ← Head: dev
main
dev
b3c5ebb
685ee9b
df3675a
1d9c745
038b6af
c1fc7bc
9a95767
93aea0a
ef8070d
a374405
151 files changed (+13114 additions, -6268 deletions)
📝 .github/pull_request_template.md (+43 -22) 📝 .github/workflows/format-build-frontend.yaml (+18 -0) 📝 .gitignore (+4 -0) 📝 .prettierignore (+306 -6) 📝 CHANGELOG.md (+19 -0) 📝 Dockerfile (+52 -32) 📝 backend/apps/audio/main.py (+20 -19) 📝 backend/apps/images/main.py (+89 -68) 📝 backend/apps/litellm/main.py (+15 -12) 📝 backend/apps/ollama/main.py (+39 -32) 📝 backend/apps/openai/main.py (+59 -27) 📝 backend/apps/rag/main.py (+138 -107) ➕ backend/apps/web/internal/migrations/008_add_memory.py (+53 -0) 📝 backend/apps/web/main.py (+18 -9) ➕ backend/apps/web/models/memories.py (+118 -0) 📝 backend/apps/web/routers/auths.py (+16 -16) 📝 backend/apps/web/routers/chats.py (+2 -2) 📝 backend/apps/web/routers/configs.py (+4 -4) ➕ backend/apps/web/routers/memories.py (+145 -0) 📝 backend/apps/web/routers/users.py (+40 -4)
.github/pull_request_template.md
.github/workflows/format-build-frontend.yaml
.gitignore
.prettierignore
CHANGELOG.md
Dockerfile
backend/apps/audio/main.py
backend/apps/images/main.py
backend/apps/litellm/main.py
backend/apps/ollama/main.py
backend/apps/openai/main.py
backend/apps/rag/main.py
backend/apps/web/internal/migrations/008_add_memory.py
backend/apps/web/main.py
backend/apps/web/models/memories.py
backend/apps/web/routers/auths.py
backend/apps/web/routers/chats.py
backend/apps/web/routers/configs.py
backend/apps/web/routers/memories.py
backend/apps/web/routers/users.py
...and 80 more files
Resolves #2255 #2237 #2209 #2134
🔄 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/2376
Author: @tjbck
Created: 5/18/2024
Status: ✅ Merged
Merged: 5/19/2024
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
b3c5ebbUpdated uk-UA/translation.json685ee9bchore: formatdf3675aMerge pull request #2104 from Silentoplayz/translation-update1d9c745fix: replace deprecated on_event with lifespan038b6afrefac: user menuc1fc7bcfix: citation styling9a95767Merge branch 'dev' of https://github.com/open-webui/open-webui into dev93aea0aRemoved version synatax as its no longer needed per Docker Docsef8070dadded healthchecka374405🎖️Added translations for Citation and No source available📊 Changes
151 files changed (+13114 additions, -6268 deletions)
View changed files
📝
.github/pull_request_template.md(+43 -22)📝
.github/workflows/format-build-frontend.yaml(+18 -0)📝
.gitignore(+4 -0)📝
.prettierignore(+306 -6)📝
CHANGELOG.md(+19 -0)📝
Dockerfile(+52 -32)📝
backend/apps/audio/main.py(+20 -19)📝
backend/apps/images/main.py(+89 -68)📝
backend/apps/litellm/main.py(+15 -12)📝
backend/apps/ollama/main.py(+39 -32)📝
backend/apps/openai/main.py(+59 -27)📝
backend/apps/rag/main.py(+138 -107)➕
backend/apps/web/internal/migrations/008_add_memory.py(+53 -0)📝
backend/apps/web/main.py(+18 -9)➕
backend/apps/web/models/memories.py(+118 -0)📝
backend/apps/web/routers/auths.py(+16 -16)📝
backend/apps/web/routers/chats.py(+2 -2)📝
backend/apps/web/routers/configs.py(+4 -4)➕
backend/apps/web/routers/memories.py(+145 -0)📝
backend/apps/web/routers/users.py(+40 -4)...and 80 more files
📄 Description
Resolves #2255 #2237 #2209 #2134
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.