Hi!
In this tutorial, you'll have everything you need to perform vector similarity search using images. The link to my Google Colab is below and there's a link to the data I used (images of my family) in the Colab.
In this tutorial we will:
- Get a connection from our Colab to Milvus and set up a cluster
- Import images from Google Drive
- Set up Zilliz Cloud
- Insert the data
- Do our search using a resnet 50 model, then perform the search again with a resnet 152 model and compare the output.
|