December 2nd to 6th

Launch Week

We're rolling out new features every day during AWS re:Invent.

Be the first to try them - watch this space or subscribe for updates.

Day 1 - December 2nd

Cascading Vector Retrieval

Seamlessly combine dense retrieval, sparse retrieval, and reranking into a unified search pipeline, delivering up to 48% better performance — and 24% better, on average — than either sparse or dense alone.

Read the blog

pinecone-sparse-english-v0

Our sparse embedding model is designed for high-precision and efficient retrieval — outperforming BM25 by up to 44%. Fully integrated into Pinecone’s infrastructure, it streamlines the development of performant search applications with state-of-the-art sparse retrieval capabilities.

Documentation

Sparse-only vector index type

This new index type enables direct indexing and retrieval of sparse vectors, supporting traditional methods like BM25 and advanced learned sparse models like pinecone-sparse-english-v0. By separating dense and sparse workflows, you gain greater control over retrieval strategies, optimizing results for specific use cases.

Request Early Access
Day 3 - December 4th

Pinecone Reranking Model

Whether you're looking to improve internal search capabilities or strengthen your RAG pipelines, our new reranker — pinecone-rerank-v0 — is built to meet the demands of modern, large-scale applications while delivering top-tier performance.

Read the blog

Pinecone-rerank-v0

Our research shows pinecone-rerank-v0 improves search accuracy by up to 60% and on average 9% over industry-leading models on the BEIR benchmark. Try it out today via the Inference API!

Documentation

Cohere-rerank-v3.5

Easily select and use cohere-rerank-v3.5 directly from the Pinecone API to enhance the relevance of your search results. Rerank 3.5 excels at understanding complex business information across languages making it optimal for global organizations in sectors like finance, healthcare, the public sector, and more.

Documentation
Day 4 - December 5th

Enhanced Security and Access Controls

We've expanded our security suite with support for CMEK and RBAC with API key roles. Both features are now available in public preview. We've also announced audit logs in early access, and the GA of Private Endpoints for AWS PrivateLink.

Read the blog

Customer-managed encryption keys (CMEK)

CMEK allows you to encrypt your data using keys that you manage in your cloud provider's key management system (KMS). Pinecone currently supports CMEK using AWS KMS.

Documentation

API key roles

API key roles create a more comprehensive access control system that helps you mitigate security risks, streamline operations, and manage resources more efficiently. This new functionality includes six roles with varying permissions across control and data planes.

Documentation

AWS PrivateLink

Add an additional layer of security to your serverless index with Private Endpoints for AWS PrivateLink, which is now generally available (GA).

Documentation

Audit logs

Audit logs provide a detailed record of user and API actions that occur within the Pinecone platform.

Documentation
Day 5 - December 6th

Pinecone Local

You can now prototype, test, and develop AI applications faster with Pinecone Local, a self-hosted, in-memory emulator of the vector database. It is now available in public preview for all users.

Read the blog

Getting started

Pinecone Local is available via Docker images: The pinecone-local image provides the full vector database emulator, which enables you to add/delete indexes using our API to build out your environment and run your full suite of tests. The pinecone-index image lets you spin up a single local Pinecone index without starting the full emulator.

Documentation