Testcontainers module for Pinecone Local.
You can start a Pinecone container instance from any Java application by using:
Pinecone container inside_block:container
Add the following dependency to your pom.xml/build.gradle file:
=== "Gradle"
testImplementation "org.testcontainers:pinecone:{{latest_version}}"=== "Maven"
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>pinecone</artifactId>
<version>{{latest_version}}</version>
<scope>test</scope>
</dependency>