Create an assistant
The create_assistant
endpoint creates a Pinecone Assistant. This is where you specify the underlying training model, which cloud provider you would like to deploy with, and more.
Authorizations
Pinecone API Key
Body
The configuration needed to create an assistant.
The name of the assistant. Resource name must be 1-45 characters long, start and end with an alphanumeric character, and consist only of lower case alphanumeric characters or '-'.
Description or directive for the assistant to apply to all responses.
Response
The AssistantModel describes the configuration and status of a Pinecone Assistant.
The name of the assistant. Resource name must be 1-45 characters long, start and end with an alphanumeric character, and consist only of lower case alphanumeric characters or '-'.
Description or directive for the assistant to apply to all responses.
Initializing
, Failed
, Ready
, Terminating
Was this page helpful?