December 2024

2024-12-10
Docs

New integration with HoneyHive

Added the HoneyHive integration page.

2024-12-09
SDKs

Released Python SDK v5.4.2

Released v5.4.2 of the Pinecone Python SDK. This release adds a required keyword argument, metric, to the query_namespaces method. This change enables the SDK to merge results no matter how many results are returned.

2024-12-06
Platform

Launch week: Pinecone Local

Pinecone now offers Pinecone Local, an in-memory database emulator available as a Docker image. You can use Pinecone Local to develop your applications locally, or to test your applications in CI/CD, without connecting to your Pinecone account, affecting production data, or incurring any usage or storage fees. Pinecone Local is in public preview.

2024-12-05
Platform

Launch week: Enhanced security and access controls

Support for customer-managed encryption keys (CMEK) is now in public preview.


You can now change API key permissions.


Private Endpoints are now in general availability. Use Private Endpoints to connect AWS PrivateLink to Pinecone while keeping your VPC private from the public internet.


Audit logs, now in early access, provide a detailed record of user and API actions that occur within the Pinecone platform.

2024-12-04
Database

Launch week: pinecone-rerank-v0 and cohere-rerank-3.5 on Pinecone Inference

Released pinecone-rerank-v0, Pinecone’s state of the art reranking model that out-performs competitors on widely accepted benchmarks. This model is in public preview.


Pinecone Inference now hosts cohere-rerank-3.5, Cohere’s leading reranking model.

2024-12-03
Database

Launch week: Integrated Inference

You can now use integrated Pinecone Inference to store and search data without extra steps for embedding data and reranking results.

2024-12-05
SDKs

Released .NET SDK v2.1.0

Released v2.1.0 of the Pinecone .NET SDK. This version introduces the ClientOptions.IsTlsEnabled property, which must be set to false for non-secure client connections.

2024-12-05
Docs

Improved batch deletion guidance

Improved the guidance and example code for deleting records in batches.

2024-12-02
Database

Launch week: Released pinecone-sparse-english-v0

Pinecone Inference now supports pinecone-sparse-english-v0, Pinecone’s sparse embedding model, which estimates the lexical importance of tokens by leveraging their context, unlike traditional retrieval models like BM25, which rely solely on term frequency. This model is in public preview.

November 2024

2024-11-30
Docs

Pinecone docs: New workflows and best practices

Added typical Pinecone Database and Pinecone Assistant workflows to the Docs landing page.


Updated various examples to use the production best practice of targeting an index by host instead of name.


Updated the Amazon Bedrock integration setup guide. It now utilizes Bedrock Agents.

2024-11-27
SDKs

Released Java SDK v3.1.0

Released v3.1.0 of the Pinecone Java SDK. This version introduces support for specifying a base URL for control and data plane operations.

2024-11-25
Assistant

Pinecone Assistant: Context snippets and structured data files

You can now retrieve the context snippets that Pinecone Assistant uses to generate its responses. This data includes relevant chunks, relevancy scores, and references.


You can now upload JSON (.json) and Markdown (.md) files to an assistant.

2024-11-14
Platform

Monthly spend alerts

You can now set an organization-wide monthly spend alert. When your organization’s spending reaches the specified limit, you will receive an email notification.

2024-11-14
SDKs

Released .NET SDK v2.0.0

Released v2.0.0 of the Pinecone .NET SDK. This version uses the latest stable API version, 2024-10, and adds support for embedding, reranking, and import. It also adds support for using the .NET SDK with proxies.

2024-11-13
SDKs

Released Python SDK v5.4.0 and v5.4.1

Released v5.4.0 and v5.4.1 of the Pinecone Python SDK. v5.4.0 adds a query_namespaces utility method to run a query in parallel across multiple namespaces in an index and then merge the result sets into a single ranked result set with the top_k most relevant results. v5.4.1 adds support for the pinecone-plugin-inference package required for some integrated inference operations.

2024-11-08
Platform

Enabled CSV export of usage and costs

You can now download a CSV export of your organization’s usage and costs from the Pinecone console.

2024-11-07
Platform

Added Support chat in the console

You can now chat with the Pinecone support bot and submit support requests directly from the Pinecone console.

2024-11-05
Docs

Published Assistant quickstart guide

Added an Assistant quickstart.

October 2024

2024-10-31
SDKs

Cequence released updated Scala SDK

Cequence released a new version of their community-supported Scala SDK for Pinecone. See their blog post for details.

2024-10-28
Database

Added index tagging for categorization

You can now add index tags to categorize and identify indexes.

2024-10-24
SDKs

Released major SDK updates: Node.js, Go, Java, and Python

Released v4.0.0 of the Pinecone Node.js SDK. This version uses the latest stable API version, 2024-10, and adds support for reranking and import.


Released v2.0.0 of the Pinecone Go SDK. This version uses the latest stable API version, 2024-10, and adds support for reranking and import.


Released v3.0.0 of the Pinecone Java SDK. This version uses the latest stable API version, 2024-10, and adds support for embedding, reranking, and import.

v3.0.0 also includes the following breaking change: The control class has been renamed db_control. Before upgrading to this version, be sure to update all relevant import statements to account for this change.

For example, you would change import org.openapitools.control.client.model.*; to import org.openapitools.db_control.client.model.*;.


v5.3.0 and v5.3.1 of the Pinecone Python SDK use the latest stable API version, 2024-10. These versions were release previously.

2024-10-24
APIs

Pinecone API version 2024-10 is now the latest stable version

2024-10 is now the latest stable version of the Database API and Inference API. For highlights, see SDKs below.

2024-10-17
Platform

Pinecone Inference now available on the free Starter plan

The free Starter plan now supports reranking documents with Pinecone Inference.

2024-10-17
Database

Customer-managed encryption keys (CMEK) in early access

You can now use customer-managed encryption keys (CMEK) to secure indexes within a Pinecone project. This feature is in early access.

2024-10-07
Database

Serverless index monitoring generally available

Monitoring serverless indexes with Prometheus or Datadog is now in general availability.

2024-10-03
Database

Data import from Amazon S3 in public preview

You can now import data into an index from Amazon S3. This feature is in public preview.

2024-10-02
Assistant

Chat and update features added to Assistant

Added the chat_assistant endpoint to the Assistant API. It can be used to chat with your assistant, and get responses and citations back in a structured form.


You can now add instructions when creating or updating an assistant. Instructions are a short description or directive for the assistant to apply to all of its responses. For example, you can update the instructions to reflect the assistant’s role or purpose.


You can now update an existing assistant with new instructions or metadata.

September 2024

2024-09-25
Docs

Added the Matillion integration page.

2024-09-23
Docs

Added guidance on using the Node.js SDK with proxies.

2024-09-19
SDKs

Released v5.3.1 of the Pinecone Python SDK. This version adds a missing python-dateutil dependency.


Released v1.1.1 of the Pinecone Go SDK. This version adds support for non-secure client connections.


Released v2.1.0 of the Pinecone Java SDK. This version adds support for non-secure client connections.

2024-09-18
SDKs

Released v5.3.0 of the Pinecone Python SDK. This version adds support for import operations. This feature is in public preview.

2024-09-18
Assistant

Added the metrics_alignment operation, which provides a way to evaluate the correctness and completeness of a response from a RAG system. This feature is in public preview.


When using Pinecone Assistant, you can now choose an LLM for the assistant to use and filter the assistant’s responses by metadata.

2024-09-18
Docs

Added the Datavolo integration pages.

2024-09-17
SDKs

Released v5.2.0 of the Pinecone Python SDK. This version adds support for reranking documents with Pinecone Inference; it is no longer necessary to install the pinecone-plugin-inference package seperately. This feature is in public preview.

2024-09-12
SDKs

Released v3.0.3 of the Pinecone Node.js SDK. This version removes extra logging and makes general internal enhancements.

2024-09-11
Platform

If you are upgrading from the Starter plan, you can now connect your Pinecone organization to the AWS Marketplace, GCP Marketplace, or Azure Marketplace for billing purposes.

2024-09-11
Platform

Refreshed the navigation and overall visual interface of the Pinecone console.

August 2024

2024-08-28
Docs

Added the Aryn integration page.

2024-08-28
SDKs

Released v3.0.2 of the Pinecone Node.js SDK. This version removes a native Node utility function that was causing issues for users running in Edge. There are no downstream affects of its removal; existing code should not be impacted.

2024-08-27
SDKs

Released v5.1.0 of the Pinecone Python SDK. With this version, the SDK can now be installed with pip install pinecone / pip install "pinecone[grpc]". This version also includes a has_index() helper function to check if an index exists.


Released v0.1.0 and v0.1.1 of the Pinecone Rust SDK. The Rust SDK is in “alpha” and is under active development. The SDK should be considered unstable and should not be used in production. Before a 1.0 release, there are no guarantees of backward compatibility between minor versions. See the Rust SDK README for full installation instructions and usage examples.

2024-08-27
SDKs

Released v1.0.0 of the Pinecone .NET SDK. For usage examples, see our guides or the GitHub README.

2024-08-26
Database

You can now back up and restore serverless indexes. This feature is in public preview.


Serverless indexes are now in general availability on GCP and Azure for Standard and Enterprise plans.


You can now deploy serverless indexes in the europe-west1 (Netherlands) region of GCP.

2024-08-26
SDKs

Released v1.1.0 of the Pinecone Go SDK. This version adds support for generating embeddings via Pinecone Inference.

2024-08-21
Docs

Added the Nexla integration page.

2024-08-15
Assistant
2024-08-13
APIs

The Pinecone Inference API now supports reranking. This feature is in public preview.

2024-08-06
SDKs

Released v1.0.0 of the Pinecone Go SDK. This version depends on Pinecone API version 2024-07 and includes the ability to prevent accidental index deletion. With this version, the Go SDK is officially supported by Pinecone.

2024-08-05
Docs

Added the Nuclia integration page

July 2024

2024-07-30
Docs

Added the Redpanda integration page.

2024-07-26
Docs

Updated the Build a RAG chatbot guide to use Pinecone Inference for generating embeddings.

2024-07-19
Database

Added the ability to prevent accidental index deletion.

2024-07-19
SDKs

Released v5.0.0 of the Pinecone Python SDK. This version depends on Pinecone API version 2024-07 and includes the ability to prevent accidental index deletion. Additionally, the pinecone-plugin-inference package required to generate embeddings with Pinecone Inference is now included by default; it is no longer necessary to install the plugin seperately.


Released v3.0.0 of the Pinecone Node.js SDK. This version depends on Pinecone API version 2024-07 and includes the ability to prevent accidental index deletion. Additionally, this version supports generating embeddings via Pinecone Inference.


Released v2.0.0 of the Pinecone Java SDK. This version depends on Pinecone API version 2024-07 and includes the ability to prevent accidental index deletion. Additionally, this version includes the following breaking changes:

  • createServerlessIndex() now requires a new argument: DeletionProtection.ENABLED or DeletionProtection.DISABLED.
  • configureIndex() has been renamed configurePodsIndex().

For more details, see the Java SDK v2.0.0 migration guide.

2024-07-19
APIs

Released version 2024-07 of the Database API and Inference API. This version includes the following highlights:

  • The create_index and configure_index endpoints now support the deletion_protection parameter. Setting this parameter to "enabled" prevents an index from accidental deletion. For more details, see Prevent index deletion.

  • The describe_index and list_index responses now include the deletion_protection field. This field indicates whether deletion protection is enabled for an index.

  • The spec.serverless.cloud and spec.serverless.region parameters of create_index now support gcp / us-central and azure / eastus2 as part of the serverless public preview on GCP and Azure.

2024-07-17
Database

Serverless indexes are now in public preview on Azure for Standard and Enterprise plans.

2024-07-10
Database

Released version 1.1.0 of the official Spark connector for Pinecone. In this release, you can now set a source tag. Additionally, you can now upsert records with 40KB of metadata, increased from 5KB.

2024-07-01
Database

Serverless indexes are now in public preview on GCP for Standard and Enterprise plans.

2024-07-01
Docs

Added an introduction to key concepts in Pinecone and how they relate to each other.


Added the Twelve Labs integration page.

June 2024

2024-06-30
Docs

Added a model gallery with details and guidance on popular embedding and reranking models, including models hosted on Pinecone’s infrastructure.

2024-06-28
SDKs

Released version 1.2.2 of the Pinecone Java SDK. This release simplifies the proxy configuration process. It also fixes an issue where the user agent string was not correctly setup for gRPC calls. Now, if the source tag is set by the user, it is appended to the custom user agent string.

2024-06-27
Database

You can now load a sample dataset into a new project.


Simplified the process for migrating paid pod indexes to serverless.

2024-06-25
Assistant

The Assistant API is now in beta release.

2024-06-20
Database

The Inference API is now in public preview.

2024-06-18
Docs

Added a new legal semantic search sample app that demonstrates low-latency natural language search over a knowledge base of legal documents.

2024-06-17
Docs

Added the Instill integration page.

2024-06-07
Docs

Added the Langtrace integration page.

2024-06-06
Docs

Updated Python code samples to use the gRPC version of the Python SDK, which is more performant than the Python SDK that interacts with Pinecone via HTTP requests.

2024-06-06
SDKs

Released version 4.1.1 of the Pinecone Python SDK. In this release, you can now use colons inside soure tags. Additionally, the gRPC version of the Python SDK now allows retries of up to MAX_MSG_SIZE.

2024-06-05
Database

The Enterprise quota for namespaces per serverless index has increased from 50,000 to 100,000.

2024-06-04
Docs

Added the Fleak integration page.

May 2024

2024-05-31
SDKs

Released version 1.2.1 of the Pinecone Java SDK. This version fixes the error Could Not Find NameResolverProvider using uber jar.

2024-05-31
Docs

Added the Gathr integration page.

2024-05-30
SDKs

Released version 1.1.0 of the Pinecone Java SDK. This version adds the ability to list record IDs with a common prefix.

2024-05-29
SDKs

Released version 1.2.0 of the Pinecone Java SDK. This version adds the ability to list all record IDs in a namespace.

2024-05-21
Platform

You can now use the ConnectPopup function to bypass the Connect widget and open the “Connect to Pinecone” flow in a popup. This can be used in an app or website for a seamless Pinecone signup and login process.

2024-05-16
Database

Released version 1.0.0 of the official Spark connector for Pinecone. In this release, you can now upsert records into serverless indexes.

2024-05-08
Database

Pinecone now supports AWS PrivateLink. Create and use Private Endpoints to connect AWS PrivateLink to Pinecone while keeping your VPC private from the public internet.

2024-05-01
SDKs

Released version 4.0.0 of the Pinecone Python SDK. In this release, we are upgrading the protobuf dependency in our optional grpc extras from 3.20.3 to 4.25.3. Significant performance improvements have been made with this update. This is a breaking change for users of the optional GRPC addon (installed with pinecone[grpc]).

April 2024

2024-04-30
Docs
  • The docs now have a new AI chatbot. Use the search bar at the top of our docs to find related content across all of our resources.
  • We’ve updated the look and feel of our example notebooks and sample apps. A new sample app, Namespace Notes, a simple multi-tenant RAG app that uploads documents, has also been added.
2024-04-30
Database

The free Starter plan now includes 1 project, 5 serverless indexes in the us-east-1 region of AWS, and up to 2 GB of storage. Although the Starter plan has stricter limits than other plans, you can upgrade whenever you’re ready.

2024-04-26
Platform

Pinecone now provides a Connect widget that can be embedded into an app, website, or Colab notebook for a seamless signup and login process.

2024-04-22
Docs

Added the lifecycle policy of the Pinecone API, which describes the availability phases applicable to APIs, features, and SDK versions.

2024-04-22
Database

As announced in January 2024, control plane operations like create_index, describe_index, and list_indexes now use a single global URL, https://api.pinecone.io, regardless of the cloud environment where an index is hosted. This is now in general availability. As a result, the legacy version of the API, which required regional URLs for control plane operations, is deprecated as of April 15, 2024 and will be removed in a future, to be announced, release.

2024-04-15
Docs

Added the Terraform integration page.

2024-04-15
SDKs

Released version 0.9.0 of the Canopy SDK. This version adds support for OctoAI LLM and embeddings, and Qdrant as a supported knowledge base. See the v0.9.0 release notes in GitHub for more details.

2024-04-12
Database

You can now deploy serverless indexes in the eu-west-1 region of AWS.

2024-04-12
SDKs

Released version 1.0.0 of the Pinecone Java SDK. With this version, the Java SDK is officially supported by Pinecone. For full details on the release, see the v1.0.0 release notes in GitHub. For usage examples, see our guides or the GitHub README. To migrate to v1.0.0 from version 0.8.x or below, see the Java v1.0.0 migration guide.

March 2024

2024-03-31
Docs

Added a Troubleshooting section, which includes content on best practices, troubleshooting, and how to address common errors.


Added an explanation of the Pinecone serverless architecture, including descriptions of the high-level components and explanations of the distinct paths for writes and reads.


Added considerations for querying serverless indexes with metadata filters.

2024-03-30
SDKs

Released version 3.2.2 of the Pinecone Python SDK. This version fixes a minor issue introduced in v3.2.0 that resulted in a DeprecationWarning being incorrectly shown to users who are not passing in the deprecated openapi_config property. This warning can safely be ignored by anyone who is not preparing to upgrade.

2024-03-29
SDKs

Released version 3.2.0 of the Pinecone Python SDK. This version adds four optional configuration properties that enable the use of Pinecone via proxy.

2024-03-28
SDKs

Released version 2.2.0 of the Pinecone Node.js SDK. This releases adds an optional sourceTag that you can set when constructing a Pinecone client to help Pinecone associate API activity to the specified source.

2024-03-27
SDKs

Released version 0.4.1 of the Pinecone Go SDK. This version adds an optional SourceTag that you can set when constructing a Pinecone client to help Pinecone associate API activity to the specified source.


Released version 2.2.0 of the Pinecone Node.js SDK.


Released version 0.4.1 of the Pinecone Go SDK.

2024-03-25
SDKs

Released version 3.2.1 of the Pinecone Python SDK. This version adds an optional source_tag that you can set when constructing a Pinecone client to help Pinecone associate API activity to the specified source. See the v3.2.1 release notes in GitHub for more details.

2024-03-21
SDKs

Released version 0.8.1 of the Canopy SDK. This version includes bug fixes, the removal of an unused field for Cohere chat calls, and added guidance on creating a knowledge base with a specified record encoder when using the core libary. See the v0.8.1 release notes in GitHub for more details.

2024-03-20
Database

The Pinecone console has a new look and feel, with a brighter, minimalist design; reorganized menu items for quicker, more intuitive navigation; and easy access to recently viewed indexes in the sidebar.


When viewing the list of indexes in a project, you can now search indexes by index name; sort indexes alphabetically, by how recently they were viewed or created, or by status; and filter indexes by index type (serverless, pod-based, or starter).

2024-03-15
SDKs

Released version 0.4.0 of the Pinecone Go SDK. This version is a comprehensive re-write and adds support for all current Pinecone API operations.

2024-03-14
Database

Fixed a bug that caused inaccurate index fullness reporting for some pod-based indexes on GCP.


You can now deploy serverless indexes in the us-east-1 region of AWS.

2024-03-06
SDKs

Released version 2.1.0 of the Pinecone Node.js SDK. This version adds support for listing the IDs of records in a serverless index. You can list all records or just those with a common ID prefix. Listing by common ID prefix is especially useful as part of managing RAG documents.

2024-03-05
Platform

You can now configure single single-on to manage your teams’ access to Pinecone through any identity management solution with SAML 2.0 support, such as Okta. This feature is available on the Enterprise plan only.

February 2024

2024-02-29
Docs
2024-02-27
SDKs

The latest version of the Canopy SDK (v0.8.0) adds support for Pydantic v2. For applications depending on Pydantic v1, this is a breaking change; review the Pydantic v1 to v2 migration guide and make the necessary changes before upgrading. See the Canopy SDK release notes in GitHub for more details.

2024-02-23
SDK

The latest version of Pinecone’s Python SDK (v3.1.0) adds support for listing the IDs of records in a serverless index. You can list all records or just those with a common ID prefix. Listing by common ID prefix is especially useful as part of managing RAG documents. See the Python SDK release notes in GitHub for more details.

2024-02-16
Database

It is now possible to convert a pod-based starter index to a serverless index. For organizations on the Starter plan, this requires upgrading to Standard or Enterprise; however, upgrading comes with $100 in serverless credits, which will cover the cost of a converted index for some time.

2024-02-01
Docs

Added a Llamaindex integration guide on building a RAG pipeline with LlamaIndex and Pinecone.

January 2024

2024-01-31
SDKs

The latest version of the Canopy SDK (v0.6.0) adds support for the new API mentioned above as well as namespaces, LLMs that do not have function calling functionality for query generation, and more. See the release notes in GitHub for more details.

2024-01-09
SDKs

The latest versions of Pinecone’s Python SDK (v3.0.0) and Node.js SDK (v2.0.0) support the new API. To use the new API, existing users must upgrade to the new client versions and adapt some code. For guidance, see the Python SDK v3 migration guide and Node.js SDK v2 migration guide.

2024-01-09
Docs

The Pinecone documentation is now versioned. The default “latest” version reflects the new Pinecone API. The “legacy” version reflects the previous API, which requires regional URLs for control plane operations and does not support serverless indexes.

2024-01-09
APIs

The new Pinecone API gives you the same great vector database but with a drastically improved developer experience. The most significant improvements include:

  • Serverless indexes: With serverless indexes, you don’t configure or manage compute and storage resources. You just load your data and your indexes scale automatically based on usage. Likewise, you don’t pay for dedicated resources that may sometimes lay idle. Instead, the pricing model for serverless indexes is consumption-based: You pay only for the amount of data stored and operations performed, with no minimums.

  • Multi-region projects: Instead of choosing a cloud region for an entire project, you now choose a region for each index in a project. This makes it possible to consolidate related indexes in the same project, even when they are hosted in different regions.

  • Global URL for control plane operations: Control plane operations like create_index, describe_index, and list_indexes now use a single global URL, https://api.pinecone.io, regardless of the cloud environment where an index is hosted. This simplifies the experience compared to the legacy API, where each environment has a unique URL.

Was this page helpful?