🚨 AtomicJar is now part of Docker 🐋! Read the blog

Documentation

Java Go .NET

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"))
var milvusContainer = new MilvusBuilder()
  .WithImage("milvusdb/milvus:v2.3.10")
  .Build();
await milvusContainer.StartAsync();