Drupal is a registered trademark of Dries Buytaert
Search API Solr 4.4.0 Minor update available for module search_api_solr (4.4.0). Page Manager 8.x-4.0 Major update available for module page_manager (8.x-4.0). Trash 3.1.0-beta2 New beta version released for module trash (3.1.0-beta2). Commerce AutoSKU 3.0.1 Minor update available for module commerce_autosku (3.0.1). Custom Field 4.0.10 Minor update available for module custom_field (4.0.10). Alternative login ID & display names 2.0.12 Minor update available for module alt_login (2.0.12). EntityReference UUID 3.0.1 Minor update available for module entity_reference_uuid (3.0.1). LocalGov Publications Importer 1.1.1 Minor update available for module localgov_publications_importer (1.1.1). Configuration Override Warn 8.x-1.6 Module config_override_warn updated after 10 months of inactivity (8.x-1.6). Table Alternate Rows Module table_altrow crossed 1,000 active installs.

This project makes it possible to search for images based on AI-generated descriptions and tags. It integrates with an AI image classification system to create a searchable index of your images, allowing you to easily find them using their AI-generated metadata.

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

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 ai_search — Search API and its vector backend of choice.
  • 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_vector.
  4. Build a View on the Image Database Index (Vector), 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
2
First release
Jun 2026
Latest release
1 month ago
Releases (12 mo)
2 ▲ from 0
Maintenance
Active

Releases

Version Type Release date
1.0.0 Stable Jun 10, 2026
1.0.x-dev Dev Jun 8, 2026