[PR #181] [MERGED] Add support for Weaviate VectorDB #3232

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

📋 Pull Request Information

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

Base: masterHead: weaviate-vector-database-support


📝 Commits (1)

  • 3f20ba3 Add support for Weaviate VectorDB

📊 Changes

18 files changed (+794 additions, -11 deletions)

View changed files

📝 .vscode/settings.json (+2 -1)
📝 docker/.env.example (+5 -0)
📝 frontend/src/components/Modals/Settings/ExportImport/index.jsx (+1 -1)
📝 frontend/src/components/Modals/Settings/LLMSelection/index.jsx (+2 -2)
📝 frontend/src/components/Modals/Settings/MultiUserMode/index.jsx (+1 -1)
📝 frontend/src/components/Modals/Settings/PasswordProtection/index.jsx (+1 -1)
📝 frontend/src/components/Modals/Settings/VectorDbs/index.jsx (+47 -2)
📝 frontend/src/components/Modals/Settings/index.jsx (+1 -1)
frontend/src/media/vectordbs/weaviate.png (+0 -0)
📝 server/.env.example (+6 -0)
📝 server/endpoints/system.js (+6 -0)
📝 server/package.json (+3 -1)
server/utils/helpers/camelcase.js (+143 -0)
📝 server/utils/helpers/index.js (+3 -0)
📝 server/utils/helpers/updateENV.js (+10 -1)
server/utils/vectorDbProviders/weaviate/WEAVIATE_SETUP.md (+17 -0)
server/utils/vectorDbProviders/weaviate/index.js (+503 -0)
📝 server/yarn.lock (+43 -0)

📄 Description

lgtm


🔄 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/181 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 8/8/2023 **Status:** ✅ Merged **Merged:** 8/8/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `weaviate-vector-database-support` --- ### 📝 Commits (1) - [`3f20ba3`](https://github.com/Mintplex-Labs/anything-llm/commit/3f20ba3a41edd1014e90fd30032a717cb80ef593) Add support for Weaviate VectorDB ### 📊 Changes **18 files changed** (+794 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `.vscode/settings.json` (+2 -1) 📝 `docker/.env.example` (+5 -0) 📝 `frontend/src/components/Modals/Settings/ExportImport/index.jsx` (+1 -1) 📝 `frontend/src/components/Modals/Settings/LLMSelection/index.jsx` (+2 -2) 📝 `frontend/src/components/Modals/Settings/MultiUserMode/index.jsx` (+1 -1) 📝 `frontend/src/components/Modals/Settings/PasswordProtection/index.jsx` (+1 -1) 📝 `frontend/src/components/Modals/Settings/VectorDbs/index.jsx` (+47 -2) 📝 `frontend/src/components/Modals/Settings/index.jsx` (+1 -1) ➕ `frontend/src/media/vectordbs/weaviate.png` (+0 -0) 📝 `server/.env.example` (+6 -0) 📝 `server/endpoints/system.js` (+6 -0) 📝 `server/package.json` (+3 -1) ➕ `server/utils/helpers/camelcase.js` (+143 -0) 📝 `server/utils/helpers/index.js` (+3 -0) 📝 `server/utils/helpers/updateENV.js` (+10 -1) ➕ `server/utils/vectorDbProviders/weaviate/WEAVIATE_SETUP.md` (+17 -0) ➕ `server/utils/vectorDbProviders/weaviate/index.js` (+503 -0) 📝 `server/yarn.lock` (+43 -0) </details> ### 📄 Description lgtm --- <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:20 -05:00
yindo closed this issue 2026-02-22 18:33:20 -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#3232