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
main
dev
6d5cb6b
138e985
09344bb
33451cf
7162566
9ea6cea
26e1bfc
2729d8a
4476060
2994c58
79 files changed (+1046 additions, -767 deletions)
📝 .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)
.github/dependabot.yml
.github/workflows/format-backend.yaml
.github/workflows/format-build-frontend.yaml
CHANGELOG.md
backend/open_webui/retrieval/utils.py
backend/open_webui/routers/files.py
backend/open_webui/routers/retrieval.py
backend/open_webui/utils/middleware.py
backend/open_webui/utils/tools.py
backend/requirements.txt
package-lock.json
package.json
pyproject.toml
src/app.css
src/lib/components/channel/MessageInput.svelte
src/lib/components/chat/Chat.svelte
src/lib/components/chat/MessageInput.svelte
src/lib/components/chat/Messages/CitationsModal.svelte
src/lib/components/chat/Messages/Markdown/MarkdownTokens.svelte
src/lib/components/chat/Messages/ResponseMessage.svelte
...and 59 more files
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 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.