For the KNN classifier on the lands dataset, this automated workflow classifies satellite imagery by analyzing image URLs. It retrieves embeddings from the Voyage.ai API, queries Qdrant for similar images, and employs majority voting to determine the most likely land type. In cases of ties, it iteratively increases the number of neighbors considered, ensuring accurate classification. Achieving a classification accuracy of 93.24% on test data, this tool effectively identifies land types such as 'forest', 'beach', and 'agricultural', streamlining the process of land use analysis.