[PR #4626] [CLOSED] Check for invalid VecDB value, log/toast error #4693

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/4626
Author: @jonathanortega2023
Created: 11/6/2025
Status: Closed

Base: masterHead: 4606-VecDB-Fallback


📝 Commits (1)

  • 220e89e Check for invalid VecDB value, log/toast error

📊 Changes

1 file changed (+11 additions, -1 deletions)

View changed files

📝 frontend/src/pages/GeneralSettings/VectorDatabase/index.jsx (+11 -1)

📄 Description

Pull Request Type

  • 🐛 fix

Relevant Issues

resolves #4606

What is in this change?

Checks if vecDB selection from ENV is valid, logs and toasts when invalid and falls back onto LanceDB as the selection with unsaved changes.

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 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/4626 **Author:** [@jonathanortega2023](https://github.com/jonathanortega2023) **Created:** 11/6/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `4606-VecDB-Fallback` --- ### 📝 Commits (1) - [`220e89e`](https://github.com/Mintplex-Labs/anything-llm/commit/220e89ec0af933a551f5bd187f635af19c3bb633) Check for invalid VecDB value, log/toast error ### 📊 Changes **1 file changed** (+11 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/pages/GeneralSettings/VectorDatabase/index.jsx` (+11 -1) </details> ### 📄 Description ### Pull Request Type - [x] 🐛 fix ### Relevant Issues resolves #4606 ### What is in this change? Checks if vecDB selection from ENV is valid, logs and toasts when invalid and falls back onto LanceDB as the selection with unsaved changes. ### Developer Validations - [x] I ran `yarn lint` from the root of the repo & committed changes - [x] Relevant documentation has been updated - [x] I have tested my code functionality - [x] Docker build succeeds locally --- <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:36:20 -05:00
yindo closed this issue 2026-02-22 18:36:21 -05:00
yindo changed title from [PR #4626] Check for invalid VecDB value, log/toast error to [PR #4626] [CLOSED] Check for invalid VecDB value, log/toast error 2026-06-05 15:19:53 -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#4693