mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 14:13:08 -05:00
[PR #2992] [MERGED] 0.3.2 #7947
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/2992
Author: @tjbck
Created: 6/10/2024
Status: ✅ Merged
Merged: 6/10/2024
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
8e9e429fix: tolerant readonly filesystem for copy favicon to static direfb4a71adding Serply as an alternative web search4dcec48adding Serply as an alternative web search14d33f0Merge branch 'add-serply' into dev79bf8d6undo changes to deprecated web search params14eb667add changes to web search in admin settings2972774refacbf5a622refac7349e1drefac140d7ffrefac📊 Changes
58 files changed (+1183 additions, -621 deletions)
View changed files
📝
CHANGELOG.md(+14 -0)📝
README.md(+1 -1)📝
backend/apps/rag/main.py(+18 -1)➕
backend/apps/rag/search/serply.py(+68 -0)➕
backend/apps/rag/search/testdata/serply.json(+206 -0)📝
backend/config.py(+9 -2)📝
package-lock.json(+2 -2)📝
package.json(+2 -2)📝
src/lib/components/admin/Settings/WebSearch.svelte(+19 -1)📝
src/lib/components/chat/Chat.svelte(+98 -80)📝
src/lib/components/chat/MessageInput.svelte(+1 -0)📝
src/lib/components/chat/MessageInput/CallOverlay.svelte(+1 -1)📝
src/lib/components/chat/Messages/ResponseMessage.svelte(+89 -81)📝
src/lib/components/chat/Messages/ResponseMessage/WebSearchResults.svelte(+38 -3)📝
src/lib/components/chat/Settings/Advanced/AdvancedParams.svelte(+164 -160)📝
src/lib/components/chat/Settings/General.svelte(+29 -32)📝
src/lib/components/documents/Settings/WebParams.svelte(+1 -1)➕
src/lib/components/icons/MagnifyingGlass.svelte(+19 -0)📝
src/lib/components/workspace/Models/Knowledge.svelte(+2 -2)📝
src/lib/i18n/locales/ar-BH/translation.json(+5 -1)...and 38 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.