Build a repeatable pipeline that turns foldered images in cloud storage into searchable vectors. Teams use it to prepare image libraries for fast search and basic anomaly tests by class. It is ideal for product images, farm photos, or satellite scenes.
The flow starts on click, sets cluster details, then checks if a collection exists in Qdrant. If not, it creates a new collection with a named vector and a cosine distance, and builds an index on the label field for quick counts. Next it lists images from Google Cloud Storage using a folder prefix, builds public links, and pulls the class name from each folder. A filter removes one class for testing. The data is split into batches, UUIDs are generated, and the payload is shaped for two APIs. Voyage AI creates embeddings for each batch, and the vectors with payloads are uploaded to Qdrant in one call.
Setup needs accounts for Qdrant, Voyage AI, and Google Cloud Storage. You set the cluster URL, collection name, embedding size, batch size, bucket name, and prefix. Expect a clean, scalable index that cuts manual prep and supports thousands of images. Common uses include visual search, catalog checks, and anomaly testing by class.
Ask in the Free Futurise Community.
These templates were sourced from publicly available materials across the web, including n8n’s official website, YouTube and public GitHub repositories. We have consolidated and categorized them for easy search and filtering, and supplemented them with links to integrations, step-by-step setup instructions, and personalized support in the Futurise community. Content in this library is provided for education, evaluation and internal use. Users are responsible for checking and complying with the license terms with the author of the templates before commercial use or redistribution.Where an original author was identified, attribution has been provided. Some templates did not include author information. If you know who created this template, please let us know so we can add the appropriate credit and reference link. If you are the author and would like this template removed from the library, email us at info@futurise.com and we will remove it promptly.