Back to Testcontainers Java

Qdrant

docs/modules/qdrant.md

2.0.5867 B
Original Source

Qdrant

Testcontainers module for Qdrant

Qdrant's usage examples

You can start a Qdrant container instance from any Java application by using:

<!--codeinclude-->

Default QDrant container inside_block:qdrantContainer

<!--/codeinclude-->

Adding this module to your project dependencies

Add the following dependency to your pom.xml/build.gradle file:

=== "Gradle" groovy testImplementation "org.testcontainers:testcontainers-qdrant:{{latest_version}}"

=== "Maven" xml <dependency> <groupId>org.testcontainers</groupId> <artifactId>testcontainers-qdrant</artifactId> <version>{{latest_version}}</version> <scope>test</scope> </dependency>