class Ollama::Commands::Embed

def initialize(model:, input:, options: nil, truncate: nil, keep_alive: nil)

def initialize(model:, input:, options: nil, truncate: nil, keep_alive: nil)
  @model, @input, @options, @truncate, @keep_alive =
    model, input, options, truncate, keep_alive
  @stream = false
end