pinecone_sdk 1.0.2
dotnet add package pinecone_sdk --version 1.0.2
NuGet\Install-Package pinecone_sdk -Version 1.0.2
<PackageReference Include="pinecone_sdk" Version="1.0.2" />
paket add pinecone_sdk --version 1.0.2
#r "nuget: pinecone_sdk, 1.0.2"
// 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 | Versions 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. |
-
net6.0
- Newtonsoft.Json (>= 13.0.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.