EmbeddingEncodingFormat Enum

The format of the embeddings result. Returns a 422 error if the model doesn't support the value or parameter.

Inheritance
builtins.str
EmbeddingEncodingFormat
EmbeddingEncodingFormat

Constructor

EmbeddingEncodingFormat(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)

Fields

BASE64
BINARY
FLOAT
INT8
UBINARY
UINT8