Original PR: https://github.com/open-webui/open-webui/pull/8599 Author: @shadowfaxproject Created: 1/16/2025 Status: ❌ Closed
Base: main ← Head: main-dev
main
main-dev
3321885
6f1065b
61303a2
15a182c
a763cc8
0a59189
960683e
a0e63b0
2e00567
8117bf8
119 files changed (+924 additions, -468 deletions)
📝 .github/workflows/integration-test.yml (+2 -0) 📝 CHANGELOG.md (+1 -1) 📝 backend/open_webui/__init__.py (+19 -0) 📝 backend/open_webui/config.py (+8 -0) 📝 backend/open_webui/env.py (+6 -2) 📝 backend/open_webui/internal/db.py (+4 -2) 📝 backend/open_webui/main.py (+6 -0) 📝 backend/open_webui/models/chats.py (+1 -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 -2) 📝 backend/open_webui/retrieval/vector/dbs/pgvector.py (+24 -19) 📝 backend/open_webui/routers/auths.py (+16 -4) 📝 backend/open_webui/routers/files.py (+2 -0) 📝 backend/open_webui/routers/knowledge.py (+46 -3) 📝 backend/open_webui/routers/openai.py (+1 -0) 📝 backend/open_webui/routers/prompts.py (+3 -2) 📝 backend/open_webui/routers/retrieval.py (+1 -1) 📝 backend/open_webui/routers/tasks.py (+24 -2) 📝 backend/open_webui/routers/tools.py (+2 -1)
.github/workflows/integration-test.yml
CHANGELOG.md
backend/open_webui/__init__.py
backend/open_webui/config.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/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/routers/auths.py
backend/open_webui/routers/files.py
backend/open_webui/routers/knowledge.py
backend/open_webui/routers/openai.py
backend/open_webui/routers/prompts.py
backend/open_webui/routers/retrieval.py
backend/open_webui/routers/tasks.py
backend/open_webui/routers/tools.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/8599
Author: @shadowfaxproject
Created: 1/16/2025
Status: ❌ Closed
Base:
main← Head:main-dev📝 Commits (10+)
3321885add option to add database schema as env var6f1065bMerge branch 'dev' of github.com:open-webui/open-webui61303a2refac: styling15a182crefac: stylinga763cc8open-webui-46 Pull latest open-webui/open-webui updates into shadowfaxproject/open-webui0a59189open-webui-46 Pull latest open-webui/open-webui updates into shadowfaxproject/open-webui960683efix: torch mps not workinga0e63b0fix: searchapi engine not showing2e00567open-webui-46 Pull latest open-webui/open-webui updates into shadowfaxproject/open-webui8117bf8Add admin check📊 Changes
119 files changed (+924 additions, -468 deletions)
View changed files
📝
.github/workflows/integration-test.yml(+2 -0)📝
CHANGELOG.md(+1 -1)📝
backend/open_webui/__init__.py(+19 -0)📝
backend/open_webui/config.py(+8 -0)📝
backend/open_webui/env.py(+6 -2)📝
backend/open_webui/internal/db.py(+4 -2)📝
backend/open_webui/main.py(+6 -0)📝
backend/open_webui/models/chats.py(+1 -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 -2)📝
backend/open_webui/retrieval/vector/dbs/pgvector.py(+24 -19)📝
backend/open_webui/routers/auths.py(+16 -4)📝
backend/open_webui/routers/files.py(+2 -0)📝
backend/open_webui/routers/knowledge.py(+46 -3)📝
backend/open_webui/routers/openai.py(+1 -0)📝
backend/open_webui/routers/prompts.py(+3 -2)📝
backend/open_webui/routers/retrieval.py(+1 -1)📝
backend/open_webui/routers/tasks.py(+24 -2)📝
backend/open_webui/routers/tools.py(+2 -1)...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.