[PR #2789] [MERGED] fix #7896

Closed
opened 2025-11-11 17:39:32 -06:00 by GiteaMirror · 0 comments
Owner

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


📝 Commits (5)

  • 0cb8163 feat: add RAG_EMBEDDING_OPENAI_BATCH_SIZE to batch multiple embeddings
  • 92d9b38 Merge branch 'dev' into feat/openai-embeddings-batch
  • 768941b Merge pull request #2785 from cheahjs/feat/openai-embeddings-batch
  • 8d99bff chore: format
  • aa7e5db chore: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/2789 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 6/3/2024 **Status:** ✅ Merged **Merged:** 6/3/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (5) - [`0cb8163`](https://github.com/open-webui/open-webui/commit/0cb816332135564f65b207dfcb4f7809a9362e2e) feat: add RAG_EMBEDDING_OPENAI_BATCH_SIZE to batch multiple embeddings - [`92d9b38`](https://github.com/open-webui/open-webui/commit/92d9b3811087a7950233057497f0e35d37a02ac0) Merge branch 'dev' into feat/openai-embeddings-batch - [`768941b`](https://github.com/open-webui/open-webui/commit/768941bded0310d07c2f56ab28e70d117b554b23) Merge pull request #2785 from cheahjs/feat/openai-embeddings-batch - [`8d99bff`](https://github.com/open-webui/open-webui/commit/8d99bffbdcb1db3496fa64c92fe6fe4009b524e1) chore: format - [`aa7e5db`](https://github.com/open-webui/open-webui/commit/aa7e5dbfce0089ebe3b70a85bccd82ae09f152de) chore: format ### 📊 Changes **40 files changed** (+206 additions, -68 deletions) <details> <summary>View changed files</summary> 📝 `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_ </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 17:39:32 -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#7896