Class EmbeddingRequest.EmbeddingRequestBuilder
java.lang.Object
nl.dannyj.mistral.models.embedding.EmbeddingRequest.EmbeddingRequestBuilder
- Enclosing class:
- EmbeddingRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
encodingFormat
(String encodingFormat) The format of the output data.The list of strings to embed.The ID of the model to use for this request.toString()
-
Method Details
-
model
The ID of the model to use for this request.- Parameters:
model
- The model ID.- Returns:
this
.
-
input
The list of strings to embed.- Parameters:
input
- The list of strings to embed. Each entry will be embedded separately.- Returns:
this
.
-
encodingFormat
The format of the output data.- Parameters:
encodingFormat
- The format of the output data. Can only be "float" is valid for now.- Returns:
this
.
-
build
-
toString
-