[PR #175] [MERGED] better vector db selection UI on settings #3226

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/175
Author: @timothycarambat
Created: 8/3/2023
Status: Merged
Merged: 8/3/2023
Merged by: @timothycarambat

Base: masterHead: 166-better-vector-db-selection


📝 Commits (1)

  • f520bb9 better vector db selection UI on settings

📊 Changes

7 files changed (+274 additions, -28 deletions)

View changed files

frontend/src/components/Modals/Settings/VectorDbs/index.jsx (+232 -0)
📝 frontend/src/components/Modals/Settings/index.jsx (+13 -26)
📝 frontend/src/components/Sidebar/index.jsx (+27 -0)
frontend/src/media/vectordbs/chroma.png (+0 -0)
frontend/src/media/vectordbs/lancedb.png (+0 -0)
frontend/src/media/vectordbs/pinecone.png (+0 -0)
📝 server/utils/helpers/updateENV.js (+2 -2)

📄 Description

update logout button
resolves #166


🔄 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/175 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 8/3/2023 **Status:** ✅ Merged **Merged:** 8/3/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `166-better-vector-db-selection` --- ### 📝 Commits (1) - [`f520bb9`](https://github.com/Mintplex-Labs/anything-llm/commit/f520bb9665d6fae4d5615ef8a8c98cd9187bdc43) better vector db selection UI on settings ### 📊 Changes **7 files changed** (+274 additions, -28 deletions) <details> <summary>View changed files</summary> ➕ `frontend/src/components/Modals/Settings/VectorDbs/index.jsx` (+232 -0) 📝 `frontend/src/components/Modals/Settings/index.jsx` (+13 -26) 📝 `frontend/src/components/Sidebar/index.jsx` (+27 -0) ➕ `frontend/src/media/vectordbs/chroma.png` (+0 -0) ➕ `frontend/src/media/vectordbs/lancedb.png` (+0 -0) ➕ `frontend/src/media/vectordbs/pinecone.png` (+0 -0) 📝 `server/utils/helpers/updateENV.js` (+2 -2) </details> ### 📄 Description update logout button resolves #166 --- <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:19 -05:00
yindo closed this issue 2026-02-22 18:33:19 -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#3226