This Pulumi Pinecone Provider enables you to manage your Pinecone collections and indexes using any language of Pulumi Infrastructure as Code.
This package is available for several languages/platforms:
To use from JavaScript or TypeScript in Node.js, install using either npm:
npm install @pinecone-database/pulumior yarn:
yarn add @pinecone-database/pineconeTo use from Python, install using pip:
pip install pinecone_pulumiTo use from Go, use go get to grab the latest version of the library:
go get github.com/pinecone-io/pulumi-pinecone/sdkTo use from .NET, install using dotnet add package:
dotnet add package PineconeDatabase.PineconeThe following configuration points are available for the pinecone provider:
pinecone:apiKey- This is the Pinecone API key. (environment:PINECONE_API_KEY)