This module integrates Drupal with Pinecone, a managed vector database, to enable advanced vector searches through the AI Core and AI Search modules. It allows for finding relevant results, integrating with Views, and serving as a source for Retrieval Augmented Generation (RAG).
The Pinecone VDB Provider is a database module that works together with the AI Core module, to allow you to do vector searches with AI Search module or other modules that implement it.
Overview
This Drupal module provides integration with Pinecone, a managed vector database and works together with the AI Core module. It includes features for inserting, deleting, and managing vector data.
This allows you to use the AI Search features from the AI Core module including its:
- Ability to find highly relevant results from keywords or full sentence queries
- Integration with Views via Search API, including boosting of Search API Database and Search API SOLR setups
- Ability to use as a source for Retrieval Augmented Generation (RAG)
Requirements
- Pinecone serverless account (starter is fine) and API key.
Installation
- (In Drupal) Enable this module (which requires the AI Core and Search API modules)
- (In Drupal) Ensure you have an Embedding type configured in the AI Core module configuration at Admin > Configuration > AI.
- (In Drupal) Configure the API connection to Pine via Admin > Configuration > Vector Database Providers > Pinecone.
- (In Pinecone) Create an Index in the Pinecone UI via pinecone.io.
- (In Drupal) Create a new Search API Server, select Pinecone as the backend, and select that Index.
- (In Drupal) Set up AI Search as desired (see AI Search documentation).
Contributing to the Pinecone PHP library dependency
See https://github.com/probots-io/pinecone-php
Compatibility with Pinecone options
This module is intended to support the 'Serverless' architecture only. The VDB
provider methods around Collections therefore map to Pinecone's namespace
architecture.
If you intend to use Pinecone's Pod infrastructure, that is not yet supported;
however, can be contributed back as a new VDB Provider within this module.
Depends on
Dependencies of the latest stable release
No dependencies recorded for this project.
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.
Activity
Release Timeline
Releases
| Version | Type | Core | Notes | Release date | |
|---|---|---|---|---|---|
| 1.1.0-beta5 | Pre-release | 10–11 | Handle offsets | Jul 12, 2026 | |
| 1.1.0-beta4 | Pre-release | 10–11 | Bugfix for filtering, compatible with AI Core ^1.x | Apr 21, 2026 | |
| 2.0.x-dev | Dev | 10–11 | Support for AI 2.0.x branch | Oct 7, 2025 | |
| 1.1.0-beta3 | Pre-release | 10–11 | Release to lock 1.1.x of this module to 1.1.x from AI module | Jun 13, 2025 | |
| 1.0.0-beta2 | Pre-release | 10–11 | Release to lock 1.0.x of this module to 1.0.x from AI module | Jun 13, 2025 | |
| 1.1.0-beta2 | Pre-release | 10–11 | Compatibility with AI Relate Content | May 21, 2025 | |
| 1.1.0-beta1 | Pre-release | 10–11 | Beta 1.1.0 release to match AI 1.1.0 | May 14, 2025 | |
| 1.1.x-dev | Dev | 10–11 | Compatibility with AI 1.1.x branch | Mar 13, 2025 | |
| 1.0.0-beta1 | Pre-release | 10–11 | Update to tie to beta1 of the AI module. | Oct 29, 2024 | |
| 1.0.0-alpha2 | Pre-release | 10–11 | Update hook to auto-switch from AI core. | Oct 26, 2024 | |
| 1.0.0-alpha1 | Pre-release | 10–11 | Initial release as a standalone module outside of AI Core | Oct 26, 2024 | |
| 1.0.x-dev | Dev | 10–11 | Dev branch release | Oct 26, 2024 |