pinecone_sdk 1.0.2

dotnet add package pinecone_sdk --version 1.0.2
NuGet\Install-Package pinecone_sdk -Version 1.0.2
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="pinecone_sdk" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add pinecone_sdk --version 1.0.2
#r "nuget: pinecone_sdk, 1.0.2"
#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.
// Install pinecone_sdk as a Cake Addin
#addin nuget:?package=pinecone_sdk&version=1.0.2

// Install pinecone_sdk as a Cake Tool
#tool nuget:?package=pinecone_sdk&version=1.0.2

Pinecone .NET SDK

Description

Pinecone .NET SDK is a C# library that provides a convenient way to interact with Pinecone's Vector Indexing and Search services. This library simplifies the process of connecting, indexing, and searching for vectors within the Pinecone ecosystem. The SDK is available as a package on nuget.org under the name pinecone_sdk.

Features

  • Easy integration with Pinecone's Vector Indexing and Search services
  • Easy to use with GPT implementations
  • Asynchronous API support for better performance
  • Comprehensive error handling and logging

Installation

To install the Pinecone .NET SDK, simply add the pinecone_sdk package from nuget.org to your .NET project.

Using Package Manager:

Install-Package pinecone_sdk

Using .NET CLI:

dotnet add package pinecone_sdk

Quick Start

To get started with the Pinecone .NET SDK, follow these steps:

Import the namespace:

using pinecone;

Create a Pinecone client: Replace <YOUR_API_KEY> with your actual Pinecone API key and <Environment> with the environment of created index.

var pineconeClient = new PineconeProvider("<YOUR_API_KEY>","<Environment>");

Documentation

For more detailed information on the Pinecone .NET SDK, please visit the official documentation.

Support

If you encounter any issues or require further assistance, please raise an issue in the GitHub repository.

License

This SDK is distributed under the MIT License.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.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
1.0.2 833 4/20/2023
1.0.1 220 4/18/2023