mirror of
https://github.com/Mintplex-Labs/vector-admin.git
synced 2026-07-01 18:20:51 -04:00
[PR #53] [MERGED] Qdrant support #117
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Mintplex-Labs/vector-admin/pull/53
Author: @timothycarambat
Created: 9/20/2023
Status: ✅ Merged
Merged: 9/20/2023
Merged by: @timothycarambat
Base:
master← Head:qdrant-support📝 Commits (7)
9e6bc03WIP Qdrant support7b1defcWIP Qdrant support1e402d8WIP Qdrant8f9f51eWIP QDrant3eb6db3WIP QDrant9ea24a9Add documents via VDBMS to QDrant collectionsa69494eremove console logs📊 Changes
22 files changed (+1709 additions, -16 deletions)
View changed files
📝
.vscode/settings.json(+2 -1)📝
backend/models/organizationConnection.js(+1 -1)📝
backend/package.json(+1 -0)📝
backend/utils/vectordatabases/providers/index.js(+5 -0)➕
backend/utils/vectordatabases/providers/qdrant/index.js(+242 -0)📝
backend/utils/vectordatabases/validateNewDatabaseConnector.js(+22 -1)📝
backend/utils/vectordatabases/validateUpdatedDatabaseConnector.js(+5 -0)➕
frontend/src/images/vectordbs/qdrant.png(+0 -0)📝
frontend/src/pages/Dashboard/Connector/index.tsx(+150 -5)📝
frontend/src/utils/constants.ts(+1 -0)➕
workers/functions/addQdrantDocuments/index.js(+107 -0)➕
workers/functions/cloneQDrantDocument/index.js(+116 -0)➕
workers/functions/cloneQDrantWorkspace/index.js(+146 -0)📝
workers/functions/deleteDocument/index.js(+55 -0)📝
workers/functions/deleteEmbedding/index.js(+54 -0)📝
workers/functions/deleteWorkspace/index.js(+39 -0)📝
workers/functions/newWorkspace/index.js(+40 -1)➕
workers/functions/syncQDrantCluster/index.js(+261 -0)➕
workers/functions/syncQDrantWorkspace/index.js(+244 -0)📝
workers/functions/updateEmbedding/index.js(+112 -0)...and 2 more files
📄 Description
resolves #52
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.