Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 2.12 KB

File metadata and controls

11 lines (8 loc) · 2.12 KB

EmbeddingRequest

Fields

Field Type Required Description Example
model str ✔️ ID of the model to use. mistral-embed
inputs models.EmbeddingRequestInputs ✔️ Text to embed. [
"Embed this sentence.",
"As well as this one."
]
output_dimension OptionalNullable[int] The dimension of the output embeddings.
output_dtype Optional[models.EmbeddingDtype] N/A