mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-11 00:04:08 -05:00
[PR #1781] [MERGED] 0.1.122 #7571
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/1781
Author: @tjbck
Created: 4/26/2024
Status: ✅ Merged
Merged: 4/28/2024
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
e1e66f7Chose between "docker-compose" and "docker compose" in Makefile4570f6fChose between "docker-compose" and "docker compose" in confirm_remove.shdcb32f7Update pull_request_template.mda615308Update pull_request_template.md4e0b32bfeat: hybrid searchdb801aeMerge branch 'dev' into buroa/hybrid-search4a53648Update pull_request_template.md29c6b25Update pull_request_template.md53b277eUpdate pull_request_template.mdc0259aafeat: hybrid search and reranking support📊 Changes
85 files changed (+4504 additions, -877 deletions)
View changed files
📝
.eslintrc.cjs(+1 -0)📝
.github/pull_request_template.md(+24 -6)➕
.github/workflows/integration-test.yml(+55 -0)📝
.gitignore(+5 -1)📝
CHANGELOG.md(+24 -0)📝
Dockerfile(+9 -3)📝
Makefile(+14 -8)📝
backend/apps/images/main.py(+8 -4)📝
backend/apps/litellm/main.py(+63 -42)📝
backend/apps/ollama/main.py(+7 -4)📝
backend/apps/openai/main.py(+3 -3)📝
backend/apps/rag/main.py(+168 -100)📝
backend/apps/rag/utils.py(+336 -77)📝
backend/apps/web/internal/db.py(+5 -4)📝
backend/apps/web/internal/migrations/001_initial_schema.py(+105 -0)📝
backend/apps/web/internal/migrations/005_add_updated_at.py(+53 -0)➕
backend/apps/web/internal/migrations/006_migrate_timestamps_and_charfields.py(+130 -0)➕
backend/apps/web/internal/migrations/007_add_user_last_active_at.py(+79 -0)📝
backend/apps/web/models/auths.py(+1 -1)📝
backend/apps/web/models/chats.py(+26 -21)...and 65 more files
📄 Description
Resolves #1800 #1793 #1759 #1750 #1747 #1740 #1721 #1556 #1397 #1176
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.