mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #12932] [MERGED] 0.6.6 #61910
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/12932
Author: @tjbck
Created: 4/16/2025
Status: ✅ Merged
Merged: 5/5/2025
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
f0447b2refac: wordingad8c8darefac332f857doc: readme463d7fbrefac: openapi to tool spec4863789fix: scroll on branch change w/ multi response chatf790679refac08a3541Merge branch 'dev' into cla8fcad1dMerge pull request #13062 from open-webui/claf4de3b4enh: notificationSoundAlways option6fd082denh: html token (allow yt embed)📊 Changes
207 files changed (+11509 additions, -3864 deletions)
View changed files
📝
.github/pull_request_template.md(+1 -1)📝
CHANGELOG.md(+47 -0)📝
Dockerfile(+1 -1)📝
LICENSE(+7 -1)📝
README.md(+20 -4)📝
backend/open_webui/__init__.py(+1 -1)📝
backend/open_webui/config.py(+137 -6)📝
backend/open_webui/env.py(+61 -0)📝
backend/open_webui/main.py(+55 -3)➕
backend/open_webui/migrations/versions/9f0c9cd09105_add_note_table.py(+33 -0)📝
backend/open_webui/models/chats.py(+1 -1)➕
backend/open_webui/models/notes.py(+135 -0)📝
backend/open_webui/models/users.py(+66 -5)➕
backend/open_webui/retrieval/loaders/external.py(+53 -0)📝
backend/open_webui/retrieval/loaders/main.py(+16 -1)📝
backend/open_webui/retrieval/utils.py(+41 -17)📝
backend/open_webui/retrieval/vector/connector.py(+4 -0)📝
backend/open_webui/retrieval/vector/dbs/chroma.py(+7 -2)📝
backend/open_webui/retrieval/vector/dbs/elasticsearch.py(+7 -2)📝
backend/open_webui/retrieval/vector/dbs/milvus.py(+7 -2)...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.