Skip to content

Pinecone.NET is a C# library for the Pinecone vector database. It lets you create and query Pinecone indexes and includes gRPC integration.

License

Notifications You must be signed in to change notification settings

MarketAlly/Pinecone.NET

 
 

Repository files navigation

Pinecone.NET

Pinecone.NET is a C# library for the Pinecone vector database. It aims to provide identical functionality to the official Python and Rust libraries.

Features

  • Standard Index operations
  • gRPC and REST transports for vector operations
  • Sparse-dense vectors
  • Efficient vector serialization
  • Metadata support
  • NativeAOT compatibility

Installation

dotnet add package Pinecone.NET or Install-Package Pinecone.NET

Usage

You can find the example usage scenario in playground.

Contributing

Contributions are welcome! Feel free open an issue or a PR.

About

Pinecone.NET is a C# library for the Pinecone vector database. It lets you create and query Pinecone indexes and includes gRPC integration.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%