class Ollama::Documents

def key(input)

def key(input)
  Digest::SHA256.hexdigest(input)
end