struct OpenAI::EmbeddingResponse

Included Modules

Extended Modules

Defined in:

openai/api/embeddings.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def data : Array(Embedding) #

[View source]
def model : EmbeddingModel #

[View source]
def object : String #

[View source]
def usage : Usage #

[View source]