Drupal is a registered trademark of Dries Buytaert
Protected Pages 3.0.0 Major update available for module protected_pages (3.0.0). Commerce Core 3.3.8 Minor update available for module commerce (3.3.8). Search API HTML Element Filter 1.0.7 Minor update available for module search_api_html_element_filter (1.0.7). Layout Builder Reorder 2.0.1 Minor update available for module layout_builder_reorder (2.0.1). Ban 1.1.0 Minor update available for module ban (1.1.0). Field Formatter Range 2.0.0 Major update available for module field_formatter_range (2.0.0). Field Formatter Range 8.x-1.8 Minor update available for module field_formatter_range (8.x-1.8). UI Patterns (SDC in Drupal UI) 2.0.18 Minor update available for module ui_patterns (2.0.18). Search API Solr 4.3.11 Module search_api_solr updated after 14 months of inactivity (4.3.11). Provus Mega Menu Module provus_mega_menu crossed 1,000 active installs.

This module connects Drupal to Qdrant, an open-source vector database, for powerful AI-driven search capabilities. It allows for creating, indexing, and searching vectors with various similarity measures, integrating directly with Drupal's AI and Search API modules.

Built by a human using an AI assistant: 🤖 ➕ 🧠

A lot of the code in this module has been created using an AI assistant .

The Qdrant VDB Provider is a Drupal module that integrates with the AI module to enable vector searches using Qdrant, a high-performance open-source vector database. It works seamlessly with AI Search and other vector-aware modules.

Features

  • Integration with AI and AI Search modules
  • Collection creation and management in Qdrant
  • Vector indexing, updating, and deletion
  • Vector search with and without filters
  • Supports cosine, dot product, and Euclidean similarity
  • Compatible with local or remote Qdrant instances

Why Qdrant?

Qdrant is optimized for AI use cases and semantic search. It offers:

  • High performance and scalability
  • Advanced filtering and payload support
  • Easy deployment and integration

Installation

composer require drupal/ai_vdb_provider_qdrant

Post-Installation

  1. Enable the module using the UI or Drush:
    drush en ai_vdb_provider_qdrant 
  2. Configure the Qdrant connection at:

    /admin/config/ai/vdb_providers/qdrant
  3. Create a Search API server at:

    /admin/config/search/search-api/add-server

    Use "AI Search" as the backend and "Qdrant vector DB" as the provider.
  4. Set up a new index and configure it using AI Search documentation.

Requirements

  • Qdrant server (local or remote)
  • AI module
  • AI Search module
  • Key module
  • Search API module
  • PHP curl extension

Activity

Total releases
5
First release
Jul 2025
Latest release
1 week ago
Releases (12 mo)
5 ▲ from 0
Maintenance
Active

Release Timeline

Releases

Version Type Release date
1.3.2 Stable Jul 7, 2026
1.3.1 Stable Jul 1, 2026
1.3.0 Stable May 9, 2026
1.2.0 Stable May 9, 2026
1.0.x-dev Dev Jul 18, 2025