Pinecone Database
User-Agent
"new_framework"
"new framework"
"New_framework"
# REST client from pinecone import Pinecone pc = Pinecone( api_key="YOUR_API_KEY", source_tag="YOUR_SOURCE_TAG" ) # gRPC client from pinecone.grpc import PineconeGRPC pc = PineconeGRPC( api_key="YOUR_API_KEY", source_tag="YOUR_SOURCE_TAG" )
Was this page helpful?