pinecone

Installation
SKILL.md

Pinecone — Managed Vector Database

Fully managed vector database for production RAG. Serverless (pay-per-query) or pod-based (dedicated).

Setup

pip install pinecone-client sentence-transformers openai
from pinecone import Pinecone, ServerlessSpec

pc = Pinecone(api_key="your-api-key")  # or os.environ["PINECONE_API_KEY"]

Create Index

Installs
2
GitHub Stars
134
First Seen
May 2, 2026
pinecone — alexai-mcp/hermes-ccc