Build a simple image search system for your Google Drive assets. The flow turns each picture into a text profile made from color details and AI keywords, so teams can find the right image faster. Perfect for marketing folders, product shots, and brand libraries.
On click, the workflow downloads a chosen image from Google Drive. It resizes large images to 512 by 512 for better AI results, extracts color channel information, and asks an OpenAI vision model to produce clear keywords. Both outputs are merged into one document. The system adds metadata like source and format, splits long text, generates embeddings with OpenAI, and stores them in an in memory vector store. A sample text query creates a second embedding to test search against the stored document.
Setup needs Google Drive access and an OpenAI API key. Expect less manual tagging and quicker discovery of approved assets. Useful for social content, ad creatives, product catalogs, and campaign archives. Do not use this for medical image diagnosis. You can later swap the in memory store for your preferred vector database to scale.