
7/15/2021 · milvus
What this post added
This post introduces the Milvus 2.0 bootcamp, which provides updated guides and code examples for testing and deploying vector search solutions. It includes benchmark tests for 1M and 100M datasets, and solutions for various use cases like image similarity search. The image similarity search example details steps for setting up Milvus and Redis servers, creating a collection with an IVF_SQ8 index, loading data, generating vector embeddings using Resnet-18, inserting vectors into Milvus, and performing similarity searches. It also covers deployment options in different environments.