mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[PR #6004] [CLOSED] Up to date ja-JP translation. #44860
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/6004
Author: @Kazu-zamasu
Created: 10/8/2024
Status: ❌ Closed
Base:
main← Head:dev📝 Commits (10+)
d255f5cUpdate catalan translation.json48e7f47refac958d882refac: knowledge file handling ui behaviourd9ccef8refacfe872aaMerge pull request #5963 from aleixdorca/dev854024crefac: show chat menu in temp chat5a78f1drefac: collection stylingcf544b9refac: styling09f34a7refac885b9f1refactor: Update GenerateEmbeddingsForm to support batch processing📊 Changes
62 files changed (+805 additions, -556 deletions)
View changed files
📝
backend/open_webui/apps/ollama/main.py(+29 -55)📝
backend/open_webui/apps/retrieval/main.py(+12 -16)📝
backend/open_webui/apps/retrieval/utils.py(+25 -17)📝
backend/open_webui/config.py(+7 -4)📝
backend/open_webui/env.py(+6 -0)📝
backend/open_webui/main.py(+38 -5)📝
src/lib/apis/retrieval/index.ts(+1 -1)📝
src/lib/components/admin/Settings/Documents.svelte(+12 -6)📝
src/lib/components/chat/Chat.svelte(+109 -7)📝
src/lib/components/chat/MessageInput.svelte(+3 -0)📝
src/lib/components/chat/MessageInput/Commands.svelte(+8 -67)📝
src/lib/components/chat/Messages/ResponseMessage.svelte(+1 -1)📝
src/lib/components/chat/Messages/UserMessage.svelte(+1 -1)📝
src/lib/components/chat/Placeholder.svelte(+3 -0)📝
src/lib/components/layout/Navbar.svelte(+3 -2)📝
src/lib/components/layout/Navbar/Menu.svelte(+41 -35)📝
src/lib/components/workspace/Knowledge.svelte(+2 -1)📝
src/lib/components/workspace/Knowledge/Collection.svelte(+87 -66)📝
src/lib/components/workspace/Knowledge/Collection/AddTextContentModal.svelte(+2 -2)📝
src/lib/i18n/locales/ar-BH/translation.json(+4 -1)...and 42 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.