mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #12524] [MERGED] 0.6.2 #9739
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/12524
Author: @tjbck
Created: 4/7/2025
Status: ✅ Merged
Merged: 4/7/2025
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
6d5cb6bAdd query param to remove content from GET /api/v1/files138e985Rename field to include_content09344bbFallback from desc to summary to placeholder33451cfi18n: update zh-TW7162566Merge pull request #12496 from dan-sullivan/fix-12479/add-desc-to-openapi-tools9ea6cearefac26e1bfcMerge remote-tracking branch 'upstream/dev' into dev2729d8afix web results all getting the same source id when bypassing embedding and retrieval4476060fix web results all getting the same source id when using embedding and retrieval2994c58Update translation.json📊 Changes
79 files changed (+1046 additions, -767 deletions)
View changed files
📝
.github/dependabot.yml(+14 -0)📝
.github/workflows/format-backend.yaml(+12 -2)📝
.github/workflows/format-build-frontend.yaml(+9 -1)📝
CHANGELOG.md(+17 -0)📝
backend/open_webui/retrieval/utils.py(+1 -1)📝
backend/open_webui/routers/files.py(+9 -2)📝
backend/open_webui/routers/retrieval.py(+24 -19)📝
backend/open_webui/utils/middleware.py(+37 -17)📝
backend/open_webui/utils/tools.py(+3 -1)📝
backend/requirements.txt(+1 -0)📝
package-lock.json(+2 -2)📝
package.json(+1 -1)📝
pyproject.toml(+1 -0)📝
src/app.css(+8 -0)📝
src/lib/components/channel/MessageInput.svelte(+1 -1)📝
src/lib/components/chat/Chat.svelte(+9 -0)📝
src/lib/components/chat/MessageInput.svelte(+3 -2)📝
src/lib/components/chat/Messages/CitationsModal.svelte(+9 -5)📝
src/lib/components/chat/Messages/Markdown/MarkdownTokens.svelte(+5 -5)📝
src/lib/components/chat/Messages/ResponseMessage.svelte(+1 -1)...and 59 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.