Original PR: https://github.com/open-webui/open-webui/pull/6002 Author: @tjbck Created: 10/8/2024 Status: ✅ Merged Merged: 10/24/2024 Merged by: @tjbck
Base: main ← Head: dev
main
dev
24f149f
98ba3f8
bf00438
86c961e
69d0472
0131afe
b5f4602
2af9727
2f2af94
eef9045
246 files changed (+19067 additions, -6714 deletions)
📝 CHANGELOG.md (+33 -0) 📝 Dockerfile (+11 -1) 📝 TROUBLESHOOTING.md (+1 -1) 📝 backend/open_webui/apps/audio/main.py (+39 -24) 📝 backend/open_webui/apps/images/utils/comfyui.py (+18 -6) 📝 backend/open_webui/apps/ollama/main.py (+29 -55) 📝 backend/open_webui/apps/openai/main.py (+6 -5) 📝 backend/open_webui/apps/retrieval/main.py (+69 -60) 📝 backend/open_webui/apps/retrieval/utils.py (+93 -58) 📝 backend/open_webui/apps/retrieval/vector/connector.py (+4 -0) 📝 backend/open_webui/apps/retrieval/vector/dbs/chroma.py (+6 -2) ➕ backend/open_webui/apps/retrieval/vector/dbs/qdrant.py (+179 -0) 📝 backend/open_webui/apps/webui/main.py (+66 -2) 📝 backend/open_webui/apps/webui/models/chats.py (+438 -19) ➕ backend/open_webui/apps/webui/models/feedbacks.py (+254 -0) 📝 backend/open_webui/apps/webui/models/files.py (+51 -4) ➕ backend/open_webui/apps/webui/models/folders.py (+271 -0) 📝 backend/open_webui/apps/webui/models/knowledge.py (+16 -0) 📝 backend/open_webui/apps/webui/models/tags.py (+23 -176) 📝 backend/open_webui/apps/webui/routers/auths.py (+70 -6)
CHANGELOG.md
Dockerfile
TROUBLESHOOTING.md
backend/open_webui/apps/audio/main.py
backend/open_webui/apps/images/utils/comfyui.py
backend/open_webui/apps/ollama/main.py
backend/open_webui/apps/openai/main.py
backend/open_webui/apps/retrieval/main.py
backend/open_webui/apps/retrieval/utils.py
backend/open_webui/apps/retrieval/vector/connector.py
backend/open_webui/apps/retrieval/vector/dbs/chroma.py
backend/open_webui/apps/retrieval/vector/dbs/qdrant.py
backend/open_webui/apps/webui/main.py
backend/open_webui/apps/webui/models/chats.py
backend/open_webui/apps/webui/models/feedbacks.py
backend/open_webui/apps/webui/models/files.py
backend/open_webui/apps/webui/models/folders.py
backend/open_webui/apps/webui/models/knowledge.py
backend/open_webui/apps/webui/models/tags.py
backend/open_webui/apps/webui/routers/auths.py
...and 80 more files
#6105 #6102 #6103 #5997 #5906 #1690 #6275
🔄 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/6002
Author: @tjbck
Created: 10/8/2024
Status: ✅ Merged
Merged: 10/24/2024
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
24f149frefac: pinned chat behaviour98ba3f8refac: stylingbf00438refac86c961efix69d0472refac: styling0131aferefac: stylingb5f4602Update translation.json2af9727Merge branch 'open-webui:dev' into dev2f2af94Merge pull request #6194 from OriginalSimon/deveef9045chore: format📊 Changes
246 files changed (+19067 additions, -6714 deletions)
View changed files
📝
CHANGELOG.md(+33 -0)📝
Dockerfile(+11 -1)📝
TROUBLESHOOTING.md(+1 -1)📝
backend/open_webui/apps/audio/main.py(+39 -24)📝
backend/open_webui/apps/images/utils/comfyui.py(+18 -6)📝
backend/open_webui/apps/ollama/main.py(+29 -55)📝
backend/open_webui/apps/openai/main.py(+6 -5)📝
backend/open_webui/apps/retrieval/main.py(+69 -60)📝
backend/open_webui/apps/retrieval/utils.py(+93 -58)📝
backend/open_webui/apps/retrieval/vector/connector.py(+4 -0)📝
backend/open_webui/apps/retrieval/vector/dbs/chroma.py(+6 -2)➕
backend/open_webui/apps/retrieval/vector/dbs/qdrant.py(+179 -0)📝
backend/open_webui/apps/webui/main.py(+66 -2)📝
backend/open_webui/apps/webui/models/chats.py(+438 -19)➕
backend/open_webui/apps/webui/models/feedbacks.py(+254 -0)📝
backend/open_webui/apps/webui/models/files.py(+51 -4)➕
backend/open_webui/apps/webui/models/folders.py(+271 -0)📝
backend/open_webui/apps/webui/models/knowledge.py(+16 -0)📝
backend/open_webui/apps/webui/models/tags.py(+23 -176)📝
backend/open_webui/apps/webui/routers/auths.py(+70 -6)...and 80 more files
📄 Description
#6105 #6102 #6103 #5997 #5906 #1690 #6275
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.