Original PR: https://github.com/open-webui/open-webui/pull/4273 Author: @tjbck Created: 8/1/2024 Status: ✅ Merged Merged: 8/2/2024 Merged by: @tjbck
Base: main ← Head: dev
main
dev
8b71ce2
8ec3ed1
8dc73fd
133f223
7e03624
376b2d0
51bdb4c
c6eba8c
c3f90ba
b42d288
100 files changed (+4217 additions, -1574 deletions)
📝 CHANGELOG.md (+31 -0) 📝 Dockerfile (+1 -1) 📝 backend/apps/audio/main.py (+177 -48) 📝 backend/apps/images/main.py (+15 -0) 📝 backend/apps/images/utils/comfyui.py (+165 -8) 📝 backend/apps/ollama/main.py (+8 -2) 📝 backend/apps/openai/main.py (+8 -2) 📝 backend/apps/rag/main.py (+7 -0) 📝 backend/apps/socket/main.py (+2 -4) 📝 backend/apps/webui/main.py (+227 -280) 📝 backend/apps/webui/models/chats.py (+32 -0) 📝 backend/apps/webui/models/models.py (+2 -10) 📝 backend/apps/webui/routers/chats.py (+1 -1) 📝 backend/apps/webui/routers/utils.py (+15 -2) 📝 backend/config.py (+60 -0) 📝 backend/main.py (+100 -94) 📝 backend/requirements.txt (+7 -7) 📝 backend/utils/misc.py (+54 -32) ➕ cypress/data/example-doc.txt (+9 -0) ➕ cypress/e2e/documents.cy.ts (+46 -0)
CHANGELOG.md
Dockerfile
backend/apps/audio/main.py
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/socket/main.py
backend/apps/webui/main.py
backend/apps/webui/models/chats.py
backend/apps/webui/models/models.py
backend/apps/webui/routers/chats.py
backend/apps/webui/routers/utils.py
backend/config.py
backend/main.py
backend/requirements.txt
backend/utils/misc.py
cypress/data/example-doc.txt
cypress/e2e/documents.cy.ts
...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/4273
Author: @tjbck
Created: 8/1/2024
Status: ✅ Merged
Merged: 8/2/2024
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
8b71ce2refac: styling8ec3ed1refac: file handling8dc73fdenh: remove /health logging133f223feat: enter selects first model in list7e03624fix: send tags to upload doc handler in modal dialog376b2d0Merge pull request #3972 from jonathan-rohde/fix/missing-tags-add-doc-modal51bdb4cMerge pull request #3962 from thearyadev/feat/enter-to-select-modelc6eba8cenh: add e2e tests for document listc3f90baenh: add translation keysb42d288enh: add missing file📊 Changes
100 files changed (+4217 additions, -1574 deletions)
View changed files
📝
CHANGELOG.md(+31 -0)📝
Dockerfile(+1 -1)📝
backend/apps/audio/main.py(+177 -48)📝
backend/apps/images/main.py(+15 -0)📝
backend/apps/images/utils/comfyui.py(+165 -8)📝
backend/apps/ollama/main.py(+8 -2)📝
backend/apps/openai/main.py(+8 -2)📝
backend/apps/rag/main.py(+7 -0)📝
backend/apps/socket/main.py(+2 -4)📝
backend/apps/webui/main.py(+227 -280)📝
backend/apps/webui/models/chats.py(+32 -0)📝
backend/apps/webui/models/models.py(+2 -10)📝
backend/apps/webui/routers/chats.py(+1 -1)📝
backend/apps/webui/routers/utils.py(+15 -2)📝
backend/config.py(+60 -0)📝
backend/main.py(+100 -94)📝
backend/requirements.txt(+7 -7)📝
backend/utils/misc.py(+54 -32)➕
cypress/data/example-doc.txt(+9 -0)➕
cypress/e2e/documents.cy.ts(+46 -0)...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.