[ Web Proxy ]
URL:
Viewing: https://java.testcontainers.org/supported_docker_environment/../../features/../../modules/weaviate/ [Back]  [Original]

Weaviate - Testcontainers for Java
Skip to content
Testcontainers [Testcontainers] Menu
testcontainers-java
Content

Weaviate

Testcontainers module for Weaviate

WeaviateContainer's usage examples

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

Default Weaviate container
WeaviateContainer weaviate = new WeaviateContainer("cr.weaviate.io/semitechnologies/weaviate:1.32.0")

Adding this module to your project dependencies

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

Gradle
testImplementation "org.testcontainers:testcontainers-weaviate:2.0.5"
Maven
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers-weaviate</artifactId>
<version>2.0.5</version>
<scope>test</scope>
</dependency>

Web Proxy Viewer  |  New URL  |  Original Page