mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 14:13:08 -05:00
[PR #5744] [MERGED] 0.3.31 #8545
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/5744
Author: @tjbck
Created: 9/26/2024
Status: ✅ Merged
Merged: 10/7/2024
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
550075bfix: action button not workingb3517c6fix: multi model chat infinite loop issued784d5crefacf2ec020refac: styling92dd173refac1d8b3b8refac6d764eefeat: retrieval whole document mode677c36crefac6afc686refacf7aba20refac📊 Changes
186 files changed (+9332 additions, -2714 deletions)
View changed files
📝
.github/ISSUE_TEMPLATE/bug_report.md(+4 -0)📝
.github/ISSUE_TEMPLATE/feature_request.md(+6 -0)📝
.github/workflows/format-backend.yaml(+1 -1)📝
.github/workflows/format-build-frontend.yaml(+2 -2)📝
.github/workflows/integration-test.yml(+4 -1)📝
.github/workflows/lint-backend.disabled(+1 -1)📝
CHANGELOG.md(+36 -0)📝
Dockerfile(+4 -4)📝
README.md(+3 -3)📝
backend/open_webui/apps/audio/main.py(+137 -96)📝
backend/open_webui/apps/ollama/main.py(+5 -2)📝
backend/open_webui/apps/openai/main.py(+10 -6)➕
backend/open_webui/apps/retrieval/loaders/main.py(+190 -0)📝
backend/open_webui/apps/retrieval/main.py(+411 -685)➕
backend/open_webui/apps/retrieval/models/colbert.py(+81 -0)📝
backend/open_webui/apps/retrieval/utils.py(+59 -47)📝
backend/open_webui/apps/retrieval/vector/connector.py(+4 -4)📝
backend/open_webui/apps/retrieval/vector/dbs/chroma.py(+54 -19)📝
backend/open_webui/apps/retrieval/vector/dbs/milvus.py(+94 -13)📝
backend/open_webui/apps/retrieval/vector/main.py(+0 -0)...and 80 more files
📄 Description
Resolves #3129 #3527
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.