v1.0.0 Release
This is the first public release of the Pinecone .NET client. The client supports both control and data plane operations for pods, serverless, and free-tier indexes. Below are the supported operations:
Control Plane Operations:
- Index Operations:
- Create Index
- List Index
- Describe Index
- Delete Index
- Configure Index
- Collection Operations:
- Create Collection
- List Collection
- Describe Collection
- Delete Collection
Data Plane Operations:
- Upsert Vectors
- Query Vectors
- Fetch Vectors
- Update Vectors
- Delete Vectors
- List Vectors
- Get Index Stats
Please note that all data plane operations use gRPC, while control plane operations use REST. Users also have the ability to configure retries, timeouts, and the HTTP proxy. For detailed information on how to use the client, please refer to the README.