Saltar para o conteúdo principal
Versão: 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.

Propriedades

PropriedadeTipoDescrição
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.
objetoTextText value "embedding".

Veja também