[PR #3026] [MERGED] [Chore] Add better data-handling for unknown providers #4204

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/3026
Author: @timothycarambat
Created: 1/24/2025
Status: Merged
Merged: 1/27/2025
Merged by: @timothycarambat

Base: masterHead: data-handling-fallbacks


📝 Commits (2)

  • b1b9f5e Add better data-handling for unknown providers
  • 7bd03d0 Merge branch 'master' into data-handling-fallbacks

📊 Changes

2 files changed (+61 additions, -26 deletions)

View changed files

📝 frontend/src/pages/GeneralSettings/PrivacyAndData/index.jsx (+19 -13)
📝 frontend/src/pages/OnboardingFlow/Steps/DataHandling/index.jsx (+42 -13)

📄 Description

This is a simple chore task to prevent the UI from crashing when an invalid LLM, embedder, vectordb provider is added and this key store is not updated with a matching policy.


🔄 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/3026 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 1/24/2025 **Status:** ✅ Merged **Merged:** 1/27/2025 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `data-handling-fallbacks` --- ### 📝 Commits (2) - [`b1b9f5e`](https://github.com/Mintplex-Labs/anything-llm/commit/b1b9f5e1f2dee9013fa2846180bd5ebc6c27980a) Add better data-handling for unknown providers - [`7bd03d0`](https://github.com/Mintplex-Labs/anything-llm/commit/7bd03d055fd554126ad770c798772e1238c48625) Merge branch 'master' into data-handling-fallbacks ### 📊 Changes **2 files changed** (+61 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/pages/GeneralSettings/PrivacyAndData/index.jsx` (+19 -13) 📝 `frontend/src/pages/OnboardingFlow/Steps/DataHandling/index.jsx` (+42 -13) </details> ### 📄 Description This is a simple chore task to prevent the UI from crashing when an invalid LLM, embedder, vectordb provider is added and this key store is not updated with a matching policy. --- <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:35:21 -05:00
yindo closed this issue 2026-02-22 18:35:21 -05:00
yindo changed title from [PR #3026] [Chore] Add better data-handling for unknown providers to [PR #3026] [MERGED] [Chore] Add better data-handling for unknown providers 2026-06-05 15:17:22 -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#4204