Embedded Object
Embedding
Gets a vector representation of a given input that can be easily used by machine learning models and algorithms.
Related guide: Embedding
Embedded Object
Represents the embedding vector returned by the embedding endpoint.
index/integer
The index embedded in the embedded list.
embedding/array
Embedding vector, which is a list of floating point numbers. The length of the vector depends on the model listed in the Embedding Guidelines.
object/string Object type, always "embedded".
(Code extracted to sandbox)