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

Description

Weaviate is an open source, AI-native vector database that helps developers create intuitive and reliable AI-powered applications.

Examples

var weaviate = new WeaviateContainer("semitechnologies/weaviate:1.23.9");
weaviateContainer, err := weaviate.RunContainer(ctx, testcontainers.WithImage("semitechnologies/weaviate:1.23.9"))
const container = await new WeaviateContainer().start();