Skip to main content

Module pinecone

Module pinecone 

Source
Expand description

Pinecone vector store adapter. Pinecone vector store adapter.

Pinecone is a managed vector database. This adapter implements the VectorStore trait with a stub backend that stores entries in-memory using brute-force cosine similarity, suitable for testing and local development without external dependencies.

Real HTTP calls to the Pinecone REST API are gated behind the http-vectorstore feature flag and are not wired by default.

Structsยง

PineconeStore
Pinecone vector store adapter.