Expand description
Defines the main entrypoint of the Pinecone SDK.
Modules§
Structs§
- Pinecone
Client - The
PineconeClientstruct is the main entry point for interacting with Pinecone via this Rust SDK. - Pinecone
Client Config - The
PineconeClientConfigstruct takes in the parameters to configure the Pinecone client.
Constants§
- PINECONE_
API_ VERSION_ KEY - The
PINECONE_API_VERSION_KEYis the key for the Pinecone API version header.
Functions§
- default_
client - The
PineconeClientstruct 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 aPineconeClientstruct by attempting to read in environment variables for the required parameters.