Pinecone.NET is a C# library for the Pinecone vector database. It aims to provide identical functionality to the official Python and Rust libraries.
- Standard Index operations
- gRPC and REST transports for vector operations
- Sparse-dense vectors
- Efficient vector serialization
- Metadata support
- NativeAOT compatibility
dotnet add package Pinecone.NET
or Install-Package Pinecone.NET
You can find the example usage scenario in playground.
Contributions are welcome! Feel free open an issue or a PR.