struct

AI::OpenAI::OpenAIEmbeddingData

Inherits JSON::Serializable < Struct < Value < Object

Individual embedding data from OpenAI API response.

Constructors

new(embedding : Array(Float64))
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

embedding

The embedding vector.

Source