Skip to main content
Version: 20 R10 BETA

OpenAIEmbeddingsParameters

The OpenAIEmbeddingsParameters class is designed to configure and manage the parameters used for creating embeddings through the OpenAI API.

Inherits

Properties

Property NameTypeDescription
encoding_formatTextThe format to return the embeddings in. Can be either float or base64. (default: float)
dimensionsIntegerThe number of dimensions the resulting output embeddings should have. Only supported in text-embedding-3 and later models.

See also