What problem does it solve? Setting up and operating a production vector database for RAG and semantic search requires managing infrastructure, scaling, and low-latency queries, which is complex to build and maintain yourself. ## Core Features & Use Cases - Managed Index Operations: Create serverless or pod-based indexes, upsert vectors in batches, and query with metadata filtering and namespaces. - 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 for RAG pipelines. - Use Case: Build a production RAG chatbot that stores document embeddings in a serverless index, partitions tenants with namespaces, and retrieves the top 5 filtered matches per query at under 100ms p95 latency. ## Quick Start Use the pinecone skill to create a serverless index and upsert my document embeddings for a RAG application.