Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 1.35 KB

File metadata and controls

10 lines (7 loc) · 1.35 KB

EmbeddingRequest

Fields

Field Type Required Description Example
inputs models.Inputs ✔️ Text to embed. [
"Embed this sentence.",
"As well as this one."
]
model Optional[str] ID of the model to use.
encoding_format OptionalNullable[str] The format to return the embeddings in.