Original PR: https://github.com/open-webui/open-webui/pull/8351 Author: @tjbck Created: 1/5/2025 Status: ✅ Merged Merged: 1/22/2025 Merged by: @tjbck
Base: main ← Head: dev
main
dev
3321885
6f1065b
61303a2
15a182c
960683e
a0e63b0
8117bf8
0c5bb6d
82ff6c3
70a6a0d
196 files changed (+7457 additions, -4103 deletions)
📝 .github/workflows/integration-test.disabled (+2 -0) 📝 CHANGELOG.md (+25 -1) 📝 backend/open_webui/__init__.py (+19 -0) 📝 backend/open_webui/config.py (+173 -34) 📝 backend/open_webui/constants.py (+1 -0) 📝 backend/open_webui/env.py (+4 -0) 📝 backend/open_webui/internal/db.py (+4 -2) 📝 backend/open_webui/main.py (+9 -0) 📝 backend/open_webui/models/chats.py (+1 -1) 📝 backend/open_webui/models/groups.py (+21 -3) 📝 backend/open_webui/models/users.py (+13 -1) 📝 backend/open_webui/retrieval/utils.py (+14 -2) 📝 backend/open_webui/retrieval/vector/dbs/chroma.py (+2 -2) 📝 backend/open_webui/retrieval/vector/dbs/milvus.py (+2 -1) 📝 backend/open_webui/retrieval/vector/dbs/pgvector.py (+24 -19) 📝 backend/open_webui/retrieval/web/bing.py (+1 -1) 📝 backend/open_webui/routers/auths.py (+16 -4) 📝 backend/open_webui/routers/files.py (+2 -0) 📝 backend/open_webui/routers/groups.py (+5 -0) 📝 backend/open_webui/routers/images.py (+20 -3)
.github/workflows/integration-test.disabled
CHANGELOG.md
backend/open_webui/__init__.py
backend/open_webui/config.py
backend/open_webui/constants.py
backend/open_webui/env.py
backend/open_webui/internal/db.py
backend/open_webui/main.py
backend/open_webui/models/chats.py
backend/open_webui/models/groups.py
backend/open_webui/models/users.py
backend/open_webui/retrieval/utils.py
backend/open_webui/retrieval/vector/dbs/chroma.py
backend/open_webui/retrieval/vector/dbs/milvus.py
backend/open_webui/retrieval/vector/dbs/pgvector.py
backend/open_webui/retrieval/web/bing.py
backend/open_webui/routers/auths.py
backend/open_webui/routers/files.py
backend/open_webui/routers/groups.py
backend/open_webui/routers/images.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/8351
Author: @tjbck
Created: 1/5/2025
Status: ✅ Merged
Merged: 1/22/2025
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
3321885add option to add database schema as env var6f1065bMerge branch 'dev' of github.com:open-webui/open-webui61303a2refac: styling15a182crefac: styling960683efix: torch mps not workinga0e63b0fix: searchapi engine not showing8117bf8Add admin check0c5bb6dMerge pull request #8371 from tarmst/fix-admins-added-to-groups-from-oauth-group-mgmt82ff6c3use ldap3.NONE for parameter get_info in ldap_auth function to accelerate login70a6a0dFix errors for RangeErrors, Fix for accessing undefined objects in Chat.svelte📊 Changes
196 files changed (+7457 additions, -4103 deletions)
View changed files
📝
.github/workflows/integration-test.disabled(+2 -0)📝
CHANGELOG.md(+25 -1)📝
backend/open_webui/__init__.py(+19 -0)📝
backend/open_webui/config.py(+173 -34)📝
backend/open_webui/constants.py(+1 -0)📝
backend/open_webui/env.py(+4 -0)📝
backend/open_webui/internal/db.py(+4 -2)📝
backend/open_webui/main.py(+9 -0)📝
backend/open_webui/models/chats.py(+1 -1)📝
backend/open_webui/models/groups.py(+21 -3)📝
backend/open_webui/models/users.py(+13 -1)📝
backend/open_webui/retrieval/utils.py(+14 -2)📝
backend/open_webui/retrieval/vector/dbs/chroma.py(+2 -2)📝
backend/open_webui/retrieval/vector/dbs/milvus.py(+2 -1)📝
backend/open_webui/retrieval/vector/dbs/pgvector.py(+24 -19)📝
backend/open_webui/retrieval/web/bing.py(+1 -1)📝
backend/open_webui/routers/auths.py(+16 -4)📝
backend/open_webui/routers/files.py(+2 -0)📝
backend/open_webui/routers/groups.py(+5 -0)📝
backend/open_webui/routers/images.py(+20 -3)...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.