Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 693 Bytes

Embedding.md

File metadata and controls

24 lines (12 loc) · 693 Bytes

Embedding

Represents an embedding vector returned by embedding endpoint.

Properties

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 &quot;embedding&quot;.

Enum: ObjectEnum

Name Value
EMBEDDING "embedding"