Authorizations
Pinecone API Key
Path Parameters
The name of the assistant to be described.
Body
application/json
The desired configuration to chat an assistant.
The list of queries / chats to chat an assistant
If false, the assistant will return a single JSON response. If true, the assistant will return a stream of responses.
The large language model to use for answer generation
Available options:
gpt-4o
, claude-3-5-sonnet
Optionally filter which documents can be retrieved using the following metadata fields.
Example:
{ "genre": { "$ne": "documentary" } }