Original PR: https://github.com/open-webui/open-webui/pull/3159 Author: @tjbck Created: 6/14/2024 Status: ✅ Merged Merged: 6/17/2024 Merged by: @tjbck
Base: main ← Head: dev
main
dev
e130ad7
493e306
d6fd2a8
5300d2c
b813695
4727e5c
7ea572f
5844d05
c07e722
91d5353
92 files changed (+3197 additions, -1257 deletions)
📝 .github/workflows/docker-build.yaml (+54 -2) 📝 CHANGELOG.md (+24 -0) 📝 README.md (+2 -2) 📝 TROUBLESHOOTING.md (+4 -0) 📝 backend/apps/images/main.py (+20 -0) 📝 backend/apps/images/utils/comfyui.py (+16 -0) 📝 backend/apps/ollama/main.py (+13 -3) 📝 backend/apps/openai/main.py (+1 -3) 📝 backend/apps/rag/main.py (+17 -1) ➕ backend/apps/rag/search/tavily.py (+39 -0) ➕ backend/apps/webui/internal/migrations/013_add_user_info.py (+48 -0) 📝 backend/apps/webui/main.py (+2 -0) 📝 backend/apps/webui/models/memories.py (+14 -0) 📝 backend/apps/webui/models/users.py (+2 -0) 📝 backend/apps/webui/routers/auths.py (+11 -2) 📝 backend/apps/webui/routers/memories.py (+32 -0) 📝 backend/apps/webui/routers/users.py (+46 -0) 📝 backend/config.py (+38 -0) 📝 backend/main.py (+81 -3) 📝 backend/utils/task.py (+11 -7)
.github/workflows/docker-build.yaml
CHANGELOG.md
README.md
TROUBLESHOOTING.md
backend/apps/images/main.py
backend/apps/images/utils/comfyui.py
backend/apps/ollama/main.py
backend/apps/openai/main.py
backend/apps/rag/main.py
backend/apps/rag/search/tavily.py
backend/apps/webui/internal/migrations/013_add_user_info.py
backend/apps/webui/main.py
backend/apps/webui/models/memories.py
backend/apps/webui/models/users.py
backend/apps/webui/routers/auths.py
backend/apps/webui/routers/memories.py
backend/apps/webui/routers/users.py
backend/config.py
backend/main.py
backend/utils/task.py
...and 72 more files
TODO
🔄 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/3159
Author: @tjbck
Created: 6/14/2024
Status: ✅ Merged
Merged: 6/17/2024
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
e130ad7Added timeout setting for ollama streaming response493e306enh: ability to edit memoriesd6fd2a8refac5300d2crefacb813695refac4727e5cMerge pull request #3128 from open-webui/voice-enh7ea572fMerge pull request #3138 from open-webui/main5844d05Added the ability to sort users in the admin panelc07e722Added the ability to sort users in the admin panel91d5353Added the ability to sort chats in the admin panel chats modal📊 Changes
92 files changed (+3197 additions, -1257 deletions)
View changed files
📝
.github/workflows/docker-build.yaml(+54 -2)📝
CHANGELOG.md(+24 -0)📝
README.md(+2 -2)📝
TROUBLESHOOTING.md(+4 -0)📝
backend/apps/images/main.py(+20 -0)📝
backend/apps/images/utils/comfyui.py(+16 -0)📝
backend/apps/ollama/main.py(+13 -3)📝
backend/apps/openai/main.py(+1 -3)📝
backend/apps/rag/main.py(+17 -1)➕
backend/apps/rag/search/tavily.py(+39 -0)➕
backend/apps/webui/internal/migrations/013_add_user_info.py(+48 -0)📝
backend/apps/webui/main.py(+2 -0)📝
backend/apps/webui/models/memories.py(+14 -0)📝
backend/apps/webui/models/users.py(+2 -0)📝
backend/apps/webui/routers/auths.py(+11 -2)📝
backend/apps/webui/routers/memories.py(+32 -0)📝
backend/apps/webui/routers/users.py(+46 -0)📝
backend/config.py(+38 -0)📝
backend/main.py(+81 -3)📝
backend/utils/task.py(+11 -7)...and 72 more files
📄 Description
TODO
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.