struct

Crig::Providers::Ollama::EmbeddingResponse

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(model : String, embeddings : Array(Array(Float64)), total_duration : Int64 | Nil = nil, load_duration : Int64 | Nil = nil, prompt_eval_count : Int64 | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

embeddings
Source
load_duration
Source
model
Source
prompt_eval_count
Source
total_duration
Source