Drupal is a registered trademark of Dries Buytaert
cms 2.1.3 Update released for Drupal core (2.1.3)! drupal 10.5.11 Update released for Drupal core (10.5.11)! drupal 11.3.11 Update released for Drupal core (11.3.11)! drupal 11.2.13 Update released for Drupal core (11.2.13)! drupal 10.6.10 Update released for Drupal core (10.6.10)! cms 2.1.2 Update released for Drupal core (2.1.2)! drupal 11.1.10 Update released for Drupal core (11.1.10)! drupal 10.5.10 Update released for Drupal core (10.5.10)! drupal 10.4.10 Update released for Drupal core (10.4.10)! drupal 11.2.12 Update released for Drupal core (11.2.12)! drupal 11.3.10 Update released for Drupal core (11.3.10)! drupal 10.6.9 Update released for Drupal core (10.6.9)! drupal 10.6.8 Update released for Drupal core (10.6.8)! drupal 11.3.9 Update released for Drupal core (11.3.9)! drupal 11.3.8 Update released for Drupal core (11.3.8)! drupal 11.3.7 Update released for Drupal core (11.3.7)! drupal 11.2.11 Update released for Drupal core (11.2.11)! drupal 10.6.7 Update released for Drupal core (10.6.7)! drupal 10.5.9 Update released for Drupal core (10.5.9)! cms 2.1.1 Update released for Drupal core (2.1.1)!

Takes the AI Image Classification recipe and makes its results searchable by building a Search API index, backed by your Drupal database.

What it does

The AI Image Classification recipe enriches image media with AI-generated metadata - an image description, alt text, and taxonomy tags. On its own, that metadata sits on the media entities but is not easy to search.

This recipe adds the missing piece: it applies the image classification recipe and then creates a Search API server and index that expose those AI-generated fields (plus the image's own properties) as a searchable index. Indexing happens automatically as content is created and updated.

Designed to pair with an agent. This recipe is primarily a building block for an AI Agent recipe that depends on it - the agent searches this index to find relevant images. That said, the index is a standard Search API index, so it is fully usable on its own (for Views, custom search pages, or any other Search API consumer) without any agent.

What gets installed

  • The AI Image Classification recipe (applied as a dependency).
  • search_api and search_api_db — Search API and its database backend.
  • automated_cron — so content still gets indexed even when no system cron job is configured (indexing runs during cron).

Using it on its own

  1. Apply the recipe.
  2. Make sure your images have been classified (the classification recipe generates descriptions and tags).
  3. Let cron run, or index manually with drush search-api:index image_database_index.
  4. Build a View on the Image Database Index, or query the index from your own code, to search and filter images by their AI description, tags, alt text, and more.

Requirements

Activity

Total releases
1
First release
Jun 2026
Latest release
13 hours ago
Release cadence
Stability
0% stable

Releases

Version Type Release date
1.0.x-dev Dev Jun 3, 2026