The official C# SDK for accessing the Pinecone control plane and data plane.
Pinecone is a vector database. This is an unofficial, community-managed OpenAPI spec that (should) accurately model the
## What's Changed * Fix error handling by @programcsharp in https://github.com/pinecone-io/pinecone-dotnet-client/pull/51 * :herb: Fern Regeneration…
# Pinecone .NET SDK 4.0.1 Release Notes This release adds the API for listing backups for a specific index. ```csharp using Pinecone; var pi…
# Pinecone .NET SDK 4.0.0 Release Notes This release introduces APIs for namespace management, backup and restore for indexes, and listing of avail…
# Pinecone .NET SDK 3.1.0 Release Notes This release introduces new record-based APIs that simplify working with Pinecone indexes, especially for s…
This release updates the SDK for Pinecone API version 2025-01. It introduces new features, several breaking changes, and improvements to the Pinecone …
This version of the Pinecone .NET Client introduces the `ClientOptions.IsTlsEnabled` property which you are required to set to `false` if you want to …
This version of the Pinecone .NET SDK introduces `inference` and `imports`. It also supports version `2024-10` of the Pinecone API. You can read more …
This is the first public release of the Pinecone .NET client. The client supports both control and data plane operations for `pods`, `serverless`, and…