class Pgvector::PG::BinaryEncoder::Bit

def encode(value)

def encode(value)
  value.to_binary
end