What problem does it solve? Building production RAG, semantic search, or recommendation systems requires a scalable vector database, but managing infrastructure, scaling, and latency yourself is costly and complex. ## Core Features & Use Cases - Managed Vector 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 parameter for semantic plus keyword retrieval. - Framework Integration: Connect with LangChain and LlamaIndex for retrieval pipelines. - Use Case: Build a multi-tenant RAG application where each user's documents are isolated in namespaces, queried with metadata filters, and served with p95 latency under 100ms. ## Quick Start Install pinecone-client, then ask the assistant to create a serverless Pinecone index and upsert your document embeddings for semantic search.