facebook tracking pixel
Back to Marketplace
Pinecone MCP integration

Pinecone

Long-term Memory for AI. The Pinecone vector database makes it easy to build high-performance vector search applications. Developer-friendly, fully managed, and easily scalable without infrastructure hassles.

Start for free
Tools
5
Last update
1 week ago

Category

AI & ML

Works with

WhatsAppFacebookInstagramWeb

AI Compatible

ChatGPTClaudeGemini

Tools

Delete Vectors

Deletes one or more vectors by ID, from a single namespace. See the documentation.

Fetch Vectors

Looks up and returns vectors by ID, from a single namespace.. See the documentation.

Query IDs

Searches a namespace, using a query vector. It retrieves the ids of the most similar items in a namespace, along with their similarity scores. See the documentation.

Update Vector

Updates vector in a namespace. If a value is included, it will overwrite the previous value. See the documentation.

Upsert Vector

Writes vectors into a namespace. If a new value is upserted for an existing vector ID, it will overwrite the previous value. See the documentation.