This package is deprecated. Please use @mastra/pinecone
instead.
-
Remove this package from your dependencies:
pnpm remove @mastra/vector-pinecone
-
Install the new package:
pnpm add @mastra/pinecone
-
Update your imports:
// Old import import { PineconeVector } from "@mastra/vector-pinecone"; // New import import { PineconeVector } from "@mastra/pinecone";
The new package provides the same functionality with an improved structure and additional features.