mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 21:09:41 -05:00
[PR #8599] [CLOSED] Main dev #61111
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.