mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #17827] [MERGED] 0.6.32 #11361
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/17827
Author: @tjbck
Created: 9/27/2025
Status: ✅ Merged
Merged: 9/29/2025
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
15bd504fix: fixed the hover effect for the MessageInput Integrations buttone7ccaf6Fix: milvus error because the limit set to None by default123dbf1feat: Add DISKANN index type support for Milvusb550d78Merge branch 'open-webui:main' into fix-milvus-limit-error9e3d540Merge branch 'open-webui:main' into feat-milvus-diskann-support42faa63fix: show error message when the uploading file is modified90a5b3bfix: 'Set as default'36da2b0Update translation.json (pt-BR)d126c23Merge pull request #17783 from joaoback/patch-10ac6292bFix: truncate long model tags with a character limit📊 Changes
160 files changed (+5592 additions, -1467 deletions)
View changed files
📝
CHANGELOG.md(+20 -0)📝
backend/open_webui/config.py(+15 -2)📝
backend/open_webui/functions.py(+6 -0)📝
backend/open_webui/main.py(+24 -29)➕
backend/open_webui/migrations/versions/a5c220713937_add_reply_to_id_column_to_message.py(+34 -0)📝
backend/open_webui/models/chats.py(+15 -1)📝
backend/open_webui/models/folders.py(+14 -0)📝
backend/open_webui/models/messages.py(+97 -12)📝
backend/open_webui/retrieval/vector/dbs/chroma.py(+3 -3)📝
backend/open_webui/retrieval/vector/dbs/elasticsearch.py(+3 -3)📝
backend/open_webui/retrieval/vector/dbs/milvus.py(+15 -7)➕
backend/open_webui/retrieval/vector/dbs/milvus_multitenancy.py(+282 -0)📝
backend/open_webui/retrieval/vector/dbs/opensearch.py(+3 -3)📝
backend/open_webui/retrieval/vector/dbs/pgvector.py(+4 -4)📝
backend/open_webui/retrieval/vector/dbs/pinecone.py(+2 -2)📝
backend/open_webui/retrieval/vector/dbs/qdrant_multitenancy.py(+7 -0)📝
backend/open_webui/retrieval/vector/dbs/s3vector.py(+3 -3)📝
backend/open_webui/retrieval/vector/factory.py(+14 -3)📝
backend/open_webui/retrieval/vector/utils.py(+15 -1)📝
backend/open_webui/routers/channels.py(+33 -56)...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.