Original PR: https://github.com/open-webui/open-webui/pull/4811 Author: @tjbck Created: 8/22/2024 Status: ✅ Merged Merged: 8/27/2024 Merged by: @tjbck
Base: main ← Head: dev
main
dev
a53c2a8
e63d577
510a0f3
ccf5bd1
f5994e3
ec075e2
89ebbed
abe36a3
95d016d
ac8a16e
104 files changed (+7096 additions, -3166 deletions)
📝 .github/workflows/docker-build.yaml (+44 -28) 📝 CHANGELOG.md (+26 -0) 📝 backend/apps/audio/main.py (+6 -0) 📝 backend/apps/images/main.py (+4 -2) 📝 backend/apps/ollama/main.py (+26 -3) 📝 backend/apps/rag/main.py (+26 -3) 📝 backend/apps/rag/utils.py (+14 -10) 📝 backend/apps/webui/internal/db.py (+8 -21) 📝 backend/apps/webui/internal/wrappers.py (+4 -10) 📝 backend/apps/webui/main.py (+35 -29) 📝 backend/apps/webui/models/auths.py (+2 -2) 📝 backend/apps/webui/models/chats.py (+12 -9) 📝 backend/apps/webui/models/documents.py (+1 -1) 📝 backend/apps/webui/models/files.py (+8 -1) 📝 backend/apps/webui/models/functions.py (+1 -1) 📝 backend/apps/webui/models/models.py (+1 -1) 📝 backend/apps/webui/models/tags.py (+1 -1) 📝 backend/apps/webui/models/tools.py (+1 -1) 📝 backend/apps/webui/routers/auths.py (+5 -2) 📝 backend/apps/webui/routers/files.py (+8 -6)
.github/workflows/docker-build.yaml
CHANGELOG.md
backend/apps/audio/main.py
backend/apps/images/main.py
backend/apps/ollama/main.py
backend/apps/rag/main.py
backend/apps/rag/utils.py
backend/apps/webui/internal/db.py
backend/apps/webui/internal/wrappers.py
backend/apps/webui/main.py
backend/apps/webui/models/auths.py
backend/apps/webui/models/chats.py
backend/apps/webui/models/documents.py
backend/apps/webui/models/files.py
backend/apps/webui/models/functions.py
backend/apps/webui/models/models.py
backend/apps/webui/models/tags.py
backend/apps/webui/models/tools.py
backend/apps/webui/routers/auths.py
backend/apps/webui/routers/files.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/4811
Author: @tjbck
Created: 8/22/2024
Status: ✅ Merged
Merged: 8/27/2024
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
a53c2a8fix: Pass all parsed options to ReconnectingPostgresqlDatabasee63d577fix: Decode URL-encoded characters in passwords510a0f3chore(deps): bump langchain from 0.2.12 to 0.2.14 in /backendccf5bd1chore(deps): bump unstructured from 0.15.5 to 0.15.7 in /backendf5994e3chore(deps): bump langfuse from 2.43.3 to 2.44.0 in /backendec075e2Update catalan translation.json89ebbedfix: DeprecationWarning for datetime.utcnow() by using datetime.now(UTC)abe36a3Merge pull request #4803 from CJDaniel96/dev95d016dMerge pull request #4800 from aleixdorca/devac8a16eMerge pull request #4787 from open-webui/dependabot/pip/backend/dev/langfuse-2.44.0📊 Changes
104 files changed (+7096 additions, -3166 deletions)
View changed files
📝
.github/workflows/docker-build.yaml(+44 -28)📝
CHANGELOG.md(+26 -0)📝
backend/apps/audio/main.py(+6 -0)📝
backend/apps/images/main.py(+4 -2)📝
backend/apps/ollama/main.py(+26 -3)📝
backend/apps/rag/main.py(+26 -3)📝
backend/apps/rag/utils.py(+14 -10)📝
backend/apps/webui/internal/db.py(+8 -21)📝
backend/apps/webui/internal/wrappers.py(+4 -10)📝
backend/apps/webui/main.py(+35 -29)📝
backend/apps/webui/models/auths.py(+2 -2)📝
backend/apps/webui/models/chats.py(+12 -9)📝
backend/apps/webui/models/documents.py(+1 -1)📝
backend/apps/webui/models/files.py(+8 -1)📝
backend/apps/webui/models/functions.py(+1 -1)📝
backend/apps/webui/models/models.py(+1 -1)📝
backend/apps/webui/models/tags.py(+1 -1)📝
backend/apps/webui/models/tools.py(+1 -1)📝
backend/apps/webui/routers/auths.py(+5 -2)📝
backend/apps/webui/routers/files.py(+8 -6)...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.