[PR #387] [MERGED] move embedding options to their own component #3335

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

📋 Pull Request Information

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

Base: masterHead: simplify-embedding-settings


📝 Commits (1)

  • 705aa15 move embedding options to their own component

📊 Changes

5 files changed (+204 additions, -370 deletions)

View changed files

frontend/src/components/EmbeddingSelection/AzureAiOptions/index.jsx (+53 -0)
frontend/src/components/EmbeddingSelection/LocalAiOptions/index.jsx (+105 -0)
frontend/src/components/EmbeddingSelection/OpenAiOptions/index.jsx (+34 -0)
📝 frontend/src/pages/GeneralSettings/EmbeddingPreference/index.jsx (+6 -186)
📝 frontend/src/pages/OnboardingFlow/OnboardingModal/Steps/EmbeddingSelection/index.jsx (+6 -184)

📄 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/Mintplex-Labs/anything-llm/pull/387 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 11/16/2023 **Status:** ✅ Merged **Merged:** 11/16/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `simplify-embedding-settings` --- ### 📝 Commits (1) - [`705aa15`](https://github.com/Mintplex-Labs/anything-llm/commit/705aa158b740467121a2c27125e8f6646e05068c) move embedding options to their own component ### 📊 Changes **5 files changed** (+204 additions, -370 deletions) <details> <summary>View changed files</summary> ➕ `frontend/src/components/EmbeddingSelection/AzureAiOptions/index.jsx` (+53 -0) ➕ `frontend/src/components/EmbeddingSelection/LocalAiOptions/index.jsx` (+105 -0) ➕ `frontend/src/components/EmbeddingSelection/OpenAiOptions/index.jsx` (+34 -0) 📝 `frontend/src/pages/GeneralSettings/EmbeddingPreference/index.jsx` (+6 -186) 📝 `frontend/src/pages/OnboardingFlow/OnboardingModal/Steps/EmbeddingSelection/index.jsx` (+6 -184) </details> ### 📄 Description _No description provided_ --- <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:34 -05:00
yindo closed this issue 2026-02-22 18:33:34 -05:00
yindo changed title from [PR #387] move embedding options to their own component to [PR #387] [MERGED] move embedding options to their own component 2026-06-05 15:12:52 -04: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#3335