Skip to content

v1.0.0 Release

Choose a tag to compare

@rohanshah18 rohanshah18 released this 26 Aug 19:05
· 20 commits to main since this release
b0dff95

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:

  1. Index Operations:
    1. Create Index
    2. List Index
    3. Describe Index
    4. Delete Index
    5. Configure Index
  2. Collection Operations:
    1. Create Collection
    2. List Collection
    3. Describe Collection
    4. Delete Collection

Data Plane Operations:

  1. Upsert Vectors
  2. Query Vectors
  3. Fetch Vectors
  4. Update Vectors
  5. Delete Vectors
  6. List Vectors
  7. 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.