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

Official Module

Qdrant
We partner with software vendors to maintain and certify official modules.

Description

Qdrant is the leading, high-performance, scalable, open-source vector database and search engine, essential for building the next generation of AI/ML applications. Qdrant is able to handle billions of vectors, supports the matching of semantically complex objects, and is implemented in Rust for performance, memory safety, and scale. Read more on www.qdrant.tech

Examples

var qdrant = new QdrantContainer("qdrant/qdrant:v1.7.4");
qdrantContainer, err := qdrant.RunContainer(ctx, testcontainers.WithImage("qdrant/qdrant:v1.7.4"))
const container = await new QdrantContainer().start();