Turn Google Drive images into a fast searchable library. The flow builds a short text profile for each image using color data and AI generated keywords. It fits teams that need quick access to brand photos and product shots.
The run starts when you click Test. An image is downloaded from Google Drive and resized to 512 by 512 for better vision results. The color channels are read to capture basic visual traits. An OpenAI vision model creates simple keywords that describe the picture. Both outputs are merged into one document, split into chunks, turned into vectors with OpenAI embeddings, and saved in an in memory vector store. A final step lets you type a text prompt to find the closest image.
Setup needs Google Drive access and an OpenAI API key. Map basic metadata so you can filter later, like source and tags. Expect faster search, less manual tagging, and a repeatable way to index new images. Use it for cataloging brand assets, product galleries, and campaign graphics. Do not use it for medical images.