class Ollama::Documents::Record

def ==(other)

def ==(other)
  text == other.text
end