mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-10 15:54:15 -05:00
[PR #2789] [MERGED] fix #7896
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/2789
Author: @tjbck
Created: 6/3/2024
Status: ✅ Merged
Merged: 6/3/2024
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (5)
0cb8163feat: add RAG_EMBEDDING_OPENAI_BATCH_SIZE to batch multiple embeddings92d9b38Merge branch 'dev' into feat/openai-embeddings-batch768941bMerge pull request #2785 from cheahjs/feat/openai-embeddings-batch8d99bffchore: formataa7e5dbchore: format📊 Changes
40 files changed (+206 additions, -68 deletions)
View changed files
📝
backend/apps/rag/main.py(+16 -2)📝
backend/apps/rag/utils.py(+27 -16)📝
backend/config.py(+6 -0)📝
src/lib/apis/rag/index.ts(+1 -0)📝
src/lib/components/documents/Settings/General.svelte(+28 -1)📝
src/lib/i18n/locales/ar-BH/translation.json(+1 -0)📝
src/lib/i18n/locales/bg-BG/translation.json(+1 -0)📝
src/lib/i18n/locales/bn-BD/translation.json(+1 -0)📝
src/lib/i18n/locales/ca-ES/translation.json(+1 -0)📝
src/lib/i18n/locales/ceb-PH/translation.json(+1 -0)📝
src/lib/i18n/locales/de-DE/translation.json(+1 -0)📝
src/lib/i18n/locales/dg-DG/translation.json(+1 -0)📝
src/lib/i18n/locales/en-GB/translation.json(+1 -0)📝
src/lib/i18n/locales/en-US/translation.json(+1 -0)📝
src/lib/i18n/locales/es-ES/translation.json(+1 -0)📝
src/lib/i18n/locales/fa-IR/translation.json(+1 -0)📝
src/lib/i18n/locales/fi-FI/translation.json(+1 -0)📝
src/lib/i18n/locales/fr-CA/translation.json(+1 -0)📝
src/lib/i18n/locales/fr-FR/translation.json(+1 -0)📝
src/lib/i18n/locales/he-IL/translation.json(+1 -0)...and 20 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.