Skip to main content
Version: 20 R10 BETA

OpenAIEmbedding

The OpenAIEmbedding class represents an embedding generated by the OpenAI API, containing information about the embedding vector and its index in the list of embeddings.

Properties

PropertyTypeDescription
indexIntegerThe index of the embedding in the list of embeddings.
embedding4D.VectorThe embedding vector. The length of the vector depends on the model as listed in the embedding guide.
objectTextText value "embedding".

See also