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)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
embeddings
Sourceload_duration
Sourcemodel
Sourceprompt_eval_count
Sourcetotal_duration
Source