[PR #1929] [CLOSED] Add Qdrant vector database plugin #1965

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugins/pull/1929
Author: @thierrypdamiba
Created: 1/20/2026
Status: Closed

Base: mainHead: add-qdrant-plugin-v2


📝 Commits (1)

  • d03da14 Add Qdrant vector database plugin

📊 Changes

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

View changed files

📝 thierrypdamiba/qdrant/qdrant-0.0.1.difypkg (+0 -0)

📄 Description

Summary

  • Comprehensive Qdrant vector database integration for Dify
  • Features: vector upsert (text/point), similarity search, hybrid search (dense + sparse vectors), data management, collection management
  • Works with Qdrant Cloud and self-hosted instances
  • Integrates with Dify's embedding models for automatic vectorization

Tools Included

  • qdrant-upsert-text - Store text with automatic embedding
  • qdrant-upsert-point - Store vectors directly
  • qdrant-vector-search - Similarity search
  • qdrant-hybrid-search - Combined dense + sparse vector search
  • qdrant-scroll - Paginated data retrieval
  • qdrant-delete - Delete points by ID or filter
  • qdrant-recommend - Get recommendations based on positive/negative examples
  • qdrant-create-collection - Create new collections
  • qdrant-delete-collection - Delete collections
  • qdrant-get-collection-info - Get collection metadata
  • qdrant-collection-management - List and manage collections
  • qdrant-data-management - Bulk data operations

🔄 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/langgenius/dify-plugins/pull/1929 **Author:** [@thierrypdamiba](https://github.com/thierrypdamiba) **Created:** 1/20/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `add-qdrant-plugin-v2` --- ### 📝 Commits (1) - [`d03da14`](https://github.com/langgenius/dify-plugins/commit/d03da14ab88f1e700a52763d35a06f194e41446e) Add Qdrant vector database plugin ### 📊 Changes **1 file changed** (+0 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `thierrypdamiba/qdrant/qdrant-0.0.1.difypkg` (+0 -0) </details> ### 📄 Description ## Summary - Comprehensive Qdrant vector database integration for Dify - Features: vector upsert (text/point), similarity search, hybrid search (dense + sparse vectors), data management, collection management - Works with Qdrant Cloud and self-hosted instances - Integrates with Dify's embedding models for automatic vectorization ## Tools Included - `qdrant-upsert-text` - Store text with automatic embedding - `qdrant-upsert-point` - Store vectors directly - `qdrant-vector-search` - Similarity search - `qdrant-hybrid-search` - Combined dense + sparse vector search - `qdrant-scroll` - Paginated data retrieval - `qdrant-delete` - Delete points by ID or filter - `qdrant-recommend` - Get recommendations based on positive/negative examples - `qdrant-create-collection` - Create new collections - `qdrant-delete-collection` - Delete collections - `qdrant-get-collection-info` - Get collection metadata - `qdrant-collection-management` - List and manage collections - `qdrant-data-management` - Bulk data operations --- <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:13:04 -05:00
yindo closed this issue 2026-02-22 18:13:04 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugins#1965