Module pinecone

Source
Expand description

Defines the main entrypoint of the Pinecone SDK.

Modules§

control
Control plane module.
data
Data plane module.
inference
Inference module.

Structs§

PineconeClient
The PineconeClient struct is the main entry point for interacting with Pinecone via this Rust SDK.
PineconeClientConfig
The PineconeClientConfig struct takes in the parameters to configure the Pinecone client.

Constants§

PINECONE_API_VERSION_KEY
The PINECONE_API_VERSION_KEY is the key for the Pinecone API version header.

Functions§

default_client
The PineconeClient struct is the main entry point for interacting with Pinecone via this Rust SDK. It is used to create, delete, and manage your indexes and collections. This function constructs a PineconeClient struct by attempting to read in environment variables for the required parameters.