class Pgvector::Vector

def numo?(data)

def numo?(data)
  defined?(Numo::NArray) && data.is_a?(Numo::NArray)
end