[PR #386] [MERGED] Allow use of any embedder for any llm/update data handling modal #3328

Closed
opened 2026-02-22 18:33:33 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/386
Author: @shatfield4
Created: 11/16/2023
Status: Merged
Merged: 11/16/2023
Merged by: @timothycarambat

Base: masterHead: 379-allow-any-llm-to-use-any-embedder


📝 Commits (3)

  • dbeb806 allow use of any embedder for any llm/update data handling modal
  • a68fb5d Merge branch 'master' of github.com:Mintplex-Labs/anything-llm into 379-allow-any-llm-to-use-any-embedder
  • bb6dfb4 Apply embedder override and fallback to OpenAI and Azure models

📊 Changes

9 files changed (+252 additions, -176 deletions)

View changed files

📝 frontend/src/components/Sidebar/index.jsx (+1 -1)
📝 frontend/src/pages/GeneralSettings/EmbeddingPreference/index.jsx (+149 -149)
📝 frontend/src/pages/OnboardingFlow/OnboardingModal/Steps/DataHandling/index.jsx (+52 -3)
📝 frontend/src/pages/OnboardingFlow/OnboardingModal/Steps/EmbeddingSelection/index.jsx (+13 -0)
📝 frontend/src/pages/OnboardingFlow/OnboardingModal/Steps/LLMSelection/index.jsx (+1 -9)
📝 frontend/src/pages/OnboardingFlow/OnboardingModal/index.jsx (+1 -2)
📝 server/utils/AiProviders/azureOpenAi/index.js (+16 -3)
📝 server/utils/AiProviders/openAi/index.js (+16 -3)
📝 server/utils/helpers/index.js (+3 -6)

📄 Description

resolves #379

Allows user to change embedding engine for any llm and shows embedding engine in data handling modal to let users know where their documents can be seen.


🔄 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/Mintplex-Labs/anything-llm/pull/386 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 11/16/2023 **Status:** ✅ Merged **Merged:** 11/16/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `379-allow-any-llm-to-use-any-embedder` --- ### 📝 Commits (3) - [`dbeb806`](https://github.com/Mintplex-Labs/anything-llm/commit/dbeb806f0f3eb67d272c5ddf57a586efc8f2378c) allow use of any embedder for any llm/update data handling modal - [`a68fb5d`](https://github.com/Mintplex-Labs/anything-llm/commit/a68fb5df50271962833c94b0a4729bf208afefff) Merge branch 'master' of github.com:Mintplex-Labs/anything-llm into 379-allow-any-llm-to-use-any-embedder - [`bb6dfb4`](https://github.com/Mintplex-Labs/anything-llm/commit/bb6dfb42411123919a6dded5b1fa8ab1c9866a1f) Apply embedder override and fallback to OpenAI and Azure models ### 📊 Changes **9 files changed** (+252 additions, -176 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/Sidebar/index.jsx` (+1 -1) 📝 `frontend/src/pages/GeneralSettings/EmbeddingPreference/index.jsx` (+149 -149) 📝 `frontend/src/pages/OnboardingFlow/OnboardingModal/Steps/DataHandling/index.jsx` (+52 -3) 📝 `frontend/src/pages/OnboardingFlow/OnboardingModal/Steps/EmbeddingSelection/index.jsx` (+13 -0) 📝 `frontend/src/pages/OnboardingFlow/OnboardingModal/Steps/LLMSelection/index.jsx` (+1 -9) 📝 `frontend/src/pages/OnboardingFlow/OnboardingModal/index.jsx` (+1 -2) 📝 `server/utils/AiProviders/azureOpenAi/index.js` (+16 -3) 📝 `server/utils/AiProviders/openAi/index.js` (+16 -3) 📝 `server/utils/helpers/index.js` (+3 -6) </details> ### 📄 Description resolves #379 Allows user to change embedding engine for any llm and shows embedding engine in data handling modal to let users know where their documents can be seen. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:33:33 -05:00
yindo closed this issue 2026-02-22 18:33:33 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#3328