Class EmbeddingRequest
java.lang.Object
nl.dannyj.mistral.models.embedding.EmbeddingRequest
- All Implemented Interfaces:
Request
The EmbeddingRequest class represents a request to create embedding for a list of strings.
Most of the field descriptions are taken from the Mistral API documentation.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
The format of the output data.getInput()
The list of strings to embed.getModel()
The ID of the model to use for this request.int
hashCode()
void
setEncodingFormat
(String encodingFormat) The format of the output data.void
The list of strings to embed.void
The ID of the model to use for this request.toString()
-
Constructor Details
-
EmbeddingRequest
-
EmbeddingRequest
public EmbeddingRequest()
-
-
Method Details
-
builder
-
getModel
The ID of the model to use for this request.- Returns:
- The model ID.
-
getInput
The list of strings to embed.- Returns:
- The list of strings to embed.
-
getEncodingFormat
The format of the output data.- Returns:
- The format of the output data.
-
setModel
The ID of the model to use for this request.- Parameters:
model
- The model ID.
-
setInput
The list of strings to embed.- Parameters:
input
- The list of strings to embed. Each entry will be embedded separately.
-
setEncodingFormat
The format of the output data.- Parameters:
encodingFormat
- The format of the output data. Can only be "float" is valid for now.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-