[PR #192] [MERGED] Add Qdrant support for embedding, chat, and conversation #3238

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

📋 Pull Request Information

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

Base: masterHead: 188-qdrant-support


📝 Commits (2)

  • b2740ea Add Qdrant support for embedding, chat, and conversation
  • 4be5d73 Change comments

📊 Changes

11 files changed (+499 additions, -2 deletions)

View changed files

📝 .vscode/settings.json (+1 -0)
📝 docker/.env.example (+5 -0)
📝 frontend/src/components/Modals/Settings/VectorDbs/index.jsx (+45 -0)
frontend/src/media/vectordbs/qdrant.png (+0 -0)
📝 server/.env.example (+5 -0)
📝 server/endpoints/system.js (+6 -0)
📝 server/package.json (+1 -0)
📝 server/utils/helpers/index.js (+3 -0)
📝 server/utils/helpers/updateENV.js (+9 -1)
server/utils/vectorDbProviders/qdrant/index.js (+397 -0)
📝 server/yarn.lock (+27 -1)

📄 Description

connect #188


🔄 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/192 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 8/15/2023 **Status:** ✅ Merged **Merged:** 8/15/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `188-qdrant-support` --- ### 📝 Commits (2) - [`b2740ea`](https://github.com/Mintplex-Labs/anything-llm/commit/b2740ea88cbdf68dec3b6d705146f63265450da4) Add Qdrant support for embedding, chat, and conversation - [`4be5d73`](https://github.com/Mintplex-Labs/anything-llm/commit/4be5d735829a07cc8533e7739f0d9e135d4ddfec) Change comments ### 📊 Changes **11 files changed** (+499 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `.vscode/settings.json` (+1 -0) 📝 `docker/.env.example` (+5 -0) 📝 `frontend/src/components/Modals/Settings/VectorDbs/index.jsx` (+45 -0) ➕ `frontend/src/media/vectordbs/qdrant.png` (+0 -0) 📝 `server/.env.example` (+5 -0) 📝 `server/endpoints/system.js` (+6 -0) 📝 `server/package.json` (+1 -0) 📝 `server/utils/helpers/index.js` (+3 -0) 📝 `server/utils/helpers/updateENV.js` (+9 -1) ➕ `server/utils/vectorDbProviders/qdrant/index.js` (+397 -0) 📝 `server/yarn.lock` (+27 -1) </details> ### 📄 Description connect #188 --- <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:21 -05:00
yindo closed this issue 2026-02-22 18:33:21 -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#3238