Change8

v7.3.0

📦 pinecone-clientView on GitHub →
2 features🔧 6 symbols

Summary

This minor release introduces the Admin API for managing projects and keys via REST, and adds namespace management capabilities to the gRPC client.

Migration Steps

  1. If you need to manage projects or API keys, use the new Admin class.
  2. If using the gRPC client, you can now manage namespaces directly using methods on the Index object.

✨ New Features

  • Introduced the Admin class for performing CRUD operations on projects and API keys via REST.
  • Added support for index namespace operations (describe_namespace, delete_namespace, list_namespaces, list_namespaces_paginated) via gRPC.

🔧 Affected Symbols

pinecone.Adminpinecone.grpc.PineconeGRPCpinecone.grpc.PineconeGRPC.Index.describe_namespacepinecone.grpc.PineconeGRPC.Index.delete_namespacepinecone.grpc.PineconeGRPC.Index.list_namespacespinecone.grpc.PineconeGRPC.Index.list_namespaces_paginated