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"]