| [ Web Proxy ] |
| Viewing: https://java.testcontainers.org/supported_docker_environment/../../features/../../modules/qdrant/ | [Back] [Original] |
Testcontainers module for Qdrant
You can start a Qdrant container instance from any Java application by using:
QdrantContainer qdrant = new QdrantContainer("qdrant/qdrant:v1.7.4")
Add the following dependency to your pom.xml/build.gradle file:
testImplementation "org.testcontainers:testcontainers-qdrant:2.0.5"
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers-qdrant</artifactId>
<version>2.0.5</version>
<scope>test</scope>
</dependency>
| Web Proxy Viewer | New URL | Original Page |