Soenneker.Pinecone.OpenApiClient 4.0.48

Prefix Reserved
dotnet add package Soenneker.Pinecone.OpenApiClient --version 4.0.48
                    
NuGet\Install-Package Soenneker.Pinecone.OpenApiClient -Version 4.0.48
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Soenneker.Pinecone.OpenApiClient" Version="4.0.48" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Pinecone.OpenApiClient" Version="4.0.48" />
                    
Directory.Packages.props
<PackageReference Include="Soenneker.Pinecone.OpenApiClient" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Soenneker.Pinecone.OpenApiClient --version 4.0.48
                    
#r "nuget: Soenneker.Pinecone.OpenApiClient, 4.0.48"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Soenneker.Pinecone.OpenApiClient@4.0.48
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Soenneker.Pinecone.OpenApiClient&version=4.0.48
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Pinecone.OpenApiClient&version=4.0.48
                    
Install as a Cake Tool

alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

alternate text is missing from this package README image Soenneker.Pinecone.OpenApiClient

Generated request builders and models for the Pinecone Nexus API, including authentication, projects, contexts, connectors, queries, sessions, and tasks.

Installation

dotnet add package Soenneker.Pinecone.OpenApiClient

Usage

using Microsoft.Kiota.Abstractions.Authentication;
using Microsoft.Kiota.Http.HttpClientLibrary;
using Soenneker.Pinecone.OpenApiClient;

using var httpClient = new HttpClient
{
    BaseAddress = new Uri("https://your-nexus-host/api/")
};
httpClient.DefaultRequestHeaders.Add("X-Pinecone-Api-Key", "your-api-key");

var adapter = new HttpClientRequestAdapter(
    new AnonymousAuthenticationProvider(),
    httpClient: httpClient)
{
    BaseUrl = httpClient.BaseAddress.ToString().TrimEnd('/')
};

var client = new PineconeOpenApiClient(adapter);
var project = await client.Nexus.Project.GetAsync(
    cancellationToken: cancellationToken);

Set BaseUrl explicitly; the schema's placeholder host is not a callable endpoint. The generated Nexus segment reflects the source specification's namespace in the merged schema.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Soenneker.Pinecone.OpenApiClient:

Package Downloads
Soenneker.Pinecone.OpenApiClientUtil

Provides a cached, configured client for the Pinecone Nexus API.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.0.48 73 9/12/2026
4.0.47 145 9/8/2026
4.0.46 207 9/4/2026
4.0.45 133 9/4/2026
4.0.44 170 9/3/2026
4.0.43 106 9/3/2026
4.0.42 91 9/3/2026
4.0.41 100 9/3/2026
4.0.40 127 8/31/2026
4.0.39 138 8/31/2026
4.0.38 90 8/30/2026
4.0.37 202 8/28/2026
4.0.36 219 8/15/2026
4.0.35 92 8/15/2026
4.0.34 143 8/10/2026
4.0.33 203 8/6/2026
4.0.32 120 7/31/2026
4.0.31 270 7/27/2026
4.0.30 154 7/22/2026
4.0.29 120 7/20/2026
Loading failed