Saltar al contenido principal
Versión: 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.

Propiedades

PropiedadTipoDescripción
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".

Ver también