Create an Embed Job
This API launches an async Embed job for a Dataset of type embed-input
. The result of a completed embed job is new Dataset of type embed-output
, which contains the original text entries and the corresponding embeddings.
Headers
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Request
ID of a Dataset. The Dataset must be of type embed-input
and must have a validation status Validated
One of START|END
to specify how the API will handle inputs longer than the maximum token length.
Passing START
will discard the start of the input. END
will discard the end of the input. In both cases, input is discarded until the remaining input is exactly the maximum input token length for the model.