[PR #12524] [MERGED] 0.6.2 #9739

Closed
opened 2025-11-11 18:30:14 -06:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: dev


📝 Commits (10+)

  • 6d5cb6b Add query param to remove content from GET /api/v1/files
  • 138e985 Rename field to include_content
  • 09344bb Fallback from desc to summary to placeholder
  • 33451cf i18n: update zh-TW
  • 7162566 Merge pull request #12496 from dan-sullivan/fix-12479/add-desc-to-openapi-tools
  • 9ea6cea refac
  • 26e1bfc Merge remote-tracking branch 'upstream/dev' into dev
  • 2729d8a fix web results all getting the same source id when bypassing embedding and retrieval
  • 4476060 fix web results all getting the same source id when using embedding and retrieval
  • 2994c58 Update 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.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/12524 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 4/7/2025 **Status:** ✅ Merged **Merged:** 4/7/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`6d5cb6b`](https://github.com/open-webui/open-webui/commit/6d5cb6b04ee188e644fc71a5e3fcbdc90dcf181a) Add query param to remove content from GET /api/v1/files - [`138e985`](https://github.com/open-webui/open-webui/commit/138e985d6631a52b19b983c3a8f597549cde9471) Rename field to include_content - [`09344bb`](https://github.com/open-webui/open-webui/commit/09344bbb804ea34e76c64b547e847e46cd8e5774) Fallback from desc to summary to placeholder - [`33451cf`](https://github.com/open-webui/open-webui/commit/33451cf66db0921e788015dc499413968cb988ce) i18n: update zh-TW - [`7162566`](https://github.com/open-webui/open-webui/commit/71625663c011ec23357cdf36872ec9a10f4cffb9) Merge pull request #12496 from dan-sullivan/fix-12479/add-desc-to-openapi-tools - [`9ea6cea`](https://github.com/open-webui/open-webui/commit/9ea6cea0baa7b2eab23c3b4db3b03a7afe811da4) refac - [`26e1bfc`](https://github.com/open-webui/open-webui/commit/26e1bfc772d343ba2740eb5532eed09623817d19) Merge remote-tracking branch 'upstream/dev' into dev - [`2729d8a`](https://github.com/open-webui/open-webui/commit/2729d8aab478de76ba427cf4401ee9f361b364d7) fix web results all getting the same source id when bypassing embedding and retrieval - [`4476060`](https://github.com/open-webui/open-webui/commit/447606004429074e127ff3d7989a1b22c53dcba9) fix web results all getting the same source id when using embedding and retrieval - [`2994c58`](https://github.com/open-webui/open-webui/commit/2994c58fd94e6d291a110b67dd91c78b173e2e05) Update translation.json ### 📊 Changes **79 files changed** (+1046 additions, -767 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-11 18:30:14 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#9739