Represents an embedding vector returned by embedding endpoint.
Name | Type | Description | Notes |
---|---|---|---|
index | Integer | The index of the embedding in the list of embeddings. | |
embedding | List<BigDecimal> | The embedding vector, which is a list of floats. The length of vector depends on the model as listed in the embedding guide. | |
_object | ObjectEnum | The object type, which is always "embedding". |
Name | Value |
---|---|
EMBEDDING | "embedding" |