Soenneker.Pinecone.OpenApiClientUtil 4.0.138

Prefix Reserved
dotnet add package Soenneker.Pinecone.OpenApiClientUtil --version 4.0.138
                    
NuGet\Install-Package Soenneker.Pinecone.OpenApiClientUtil -Version 4.0.138
                    
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.OpenApiClientUtil" Version="4.0.138" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Pinecone.OpenApiClientUtil" Version="4.0.138" />
                    
Directory.Packages.props
<PackageReference Include="Soenneker.Pinecone.OpenApiClientUtil" />
                    
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.OpenApiClientUtil --version 4.0.138
                    
#r "nuget: Soenneker.Pinecone.OpenApiClientUtil, 4.0.138"
                    
#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.OpenApiClientUtil@4.0.138
                    
#: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.OpenApiClientUtil&version=4.0.138
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Pinecone.OpenApiClientUtil&version=4.0.138
                    
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.OpenApiClientUtil

Provides a configured Pinecone Nexus client and reuses it for the lifetime of the registered service.

Installation

dotnet add package Soenneker.Pinecone.OpenApiClientUtil

Configuration

{
  "Pinecone": {
    "ApiKey": "your-api-key",
    "ClientBaseUrl": "https://your-nexus-host/api/"
  }
}

Usage

using Soenneker.Pinecone.OpenApiClientUtil.Abstract;
using Soenneker.Pinecone.OpenApiClientUtil.Registrars;

services.AddPineconeOpenApiClientUtilAsSingleton();

IPineconeOpenApiClientUtil pinecone = serviceProvider
    .GetRequiredService<IPineconeOpenApiClientUtil>();

var client = await pinecone.Get(cancellationToken);
var project = await client.Nexus.Project.GetAsync(
    cancellationToken: cancellationToken);

Use AddPineconeOpenApiClientUtilAsScoped() when each application scope should have its own generated client wrapper. The authenticated HTTP provider remains shared and is disposed by the service container at shutdown.

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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.0.138 39 9/13/2026
4.0.137 41 9/13/2026
4.0.136 41 9/13/2026
4.0.135 47 9/13/2026
4.0.134 40 9/12/2026
4.0.133 36 9/12/2026
4.0.132 67 9/9/2026
4.0.130 78 9/9/2026
4.0.129 75 9/8/2026
4.0.128 74 9/8/2026
4.0.127 88 9/8/2026
4.0.126 86 9/8/2026
4.0.125 84 9/8/2026
4.0.124 92 9/7/2026
4.0.123 89 9/7/2026
4.0.122 94 9/5/2026
4.0.121 91 9/5/2026
4.0.120 91 9/5/2026
4.0.119 95 9/5/2026
4.0.118 92 9/4/2026
Loading failed