What problem does it solve? Building production RAG, semantic search, or recommendation systems requires a scalable vector database, and this Skill provides the operational knowledge to create indexes, upsert embeddings, and query Pinecone without managing infrastructure. ## Core Features & Use Cases - Index Management: Create serverless or pod-based indexes, inspect stats, and delete indexes through the Pinecone Python client. - Vector Operations: Batch upsert embeddings with metadata, run similarity queries with metadata filters, and partition data using namespaces for multi-tenancy. - Hybrid Search: Combine dense and sparse vectors with an alpha weighting parameter for semantic plus keyword retrieval. - Framework Integration: Connect Pinecone to LangChain and LlamaIndex as a vector store or retriever. - Use Case: You are building a production RAG chatbot over company documentation. Use this Skill to create a serverless index, upsert document embeddings with category metadata, and query with filters to retrieve the top-k relevant chunks per user namespace. ## Quick Start Ask the agent to create a Pinecone serverless index and upsert your document embeddings, then run a filtered similarity query against it.