Description
Milvus was created with a singular goal: store, index, and manage massive embedding vectors generated by deep neural networks and other machine learning (ML) models.Examples
var milvus = new MilvusContainer("milvusdb/milvus:v2.3.9");
milvusContainer, err := milvus.RunContainer(ctx, testcontainers.WithImage("milvusdb/milvus:v2.3.9"))