Description
Pinecone Local is an in-memory Pinecone Database emulator available as a Docker image. Pinecone is the leading AI infrastructure for building accurate, secure, and scalable AI applications. Use Pinecone Database to store and search vector data at scale.Examples
Dependency:
go get github.com/testcontainers/testcontainers-go/modules/pinecone
Usage:
pineconeContainer, err := pinecone.Run(ctx, "ghcr.io/pinecone-io/pinecone-local:v0.7.0")