Learn how to build an AI-powered image search agent in Drupal that can find images based on what is actually shown in them.
In this video, I demonstrate two recipes:
Database Search – Uses AI-generated image descriptions and metadata stored in a traditional database for fast, simple searching.
Vector Search – Uses embeddings and semantic search to find images based on meaning and context, not just keywords.
Perfect for building agents that can answer questions like "Find images with people on stage" or "Show photos of bicycles near water."
Recipes:
AI Agent Image Search (Database): https://www.drupal.org/project/ai_recipe_agent_image_search_db
AI Agent Image Search (Vector): https://www.drupal.org/project/ai_recipe_agent_image_search_vector
Complexity
Easy