What problem does it solve? Building production RAG or semantic search requires a vector database that scales without infrastructure management, and setting up indexes, namespaces, metadata filtering, and hybrid search correctly is error-prone without guidance. ## Core Features & Use Cases - Index Management: Create serverless or pod-based indexes, list, describe, and delete indexes with the pinecone-client SDK. - Vector Operations: Batch upsert vectors with metadata, query with top-k similarity, and delete by ID, filter, or namespace. - Hybrid Search & Filtering: Combine dense and sparse vectors with alpha weighting, apply metadata filters, and isolate tenants via namespaces. - Use Case: Build a production RAG application where document embeddings are upserted into a serverless index, queried with metadata filters per user namespace, and integrated with LangChain or LlamaIndex retrievers. ## Quick Start Use the pinecone skill to create a serverless index and upsert my document embeddings for a RAG application.