io.cequence.pineconescala.service.PineconeAssistantFileService
Pinecone assistant file operations as defined at the API ref. page
The following services are supported:
- listFiles
- uploadFile
- describeFile
- deleteFile
- chatWithAssistant
Attributes
- Since:
July
2024
- Graph
- Supertypes
class Object
trait Matchable
class Any
Members list
Concise view
Value members
This operation queries the completions endpoint of a Pinecone Assistant.
For guidance and examples, see the chat with assistant guide.
This operation queries the completions endpoint of a Pinecone Assistant.
For guidance and examples, see the chat with assistant guide.
Attributes
- assistantName
The name of the assistant to be described.
- messages
An array of objects that represent the messages in a conversation.
- Returns:
The ChatCompletionModel describes the response format of a chat request
Attributes
- fileId
The UUID of the file to be described.
Attributes
- assistantName
The name of the assistant to get file from.
- fileId
The UUID of the file to be described.
This operation returns a list of all files in an assistant.
This operation returns a list of all files in an assistant.
Attributes
- assistantName
The name of the assistant to get files of.
This operation uploads a file to a specified assistant.
This operation uploads a file to a specified assistant.
Attributes
- assistantName
The name of the assistant to upload file to.
- displayFileName
The name of the file to be displayed.
- file
A file to upload.