Expand description
Defines the main entrypoint of the Pinecone SDK.
Modules§
Structs§
- Pinecone
Client - The
PineconeClient
struct is the main entry point for interacting with Pinecone via this Rust SDK. - Pinecone
Client Config - 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 aPineconeClient
struct by attempting to read in environment variables for the required parameters.