Supported Data Types

Currently, hyperspace documents can include any of the following types.

  • Integers (unsigned int)

  • Floats (float)

  • Strings (keyword)

  • Boolean (Boolean)

  • Float vectors (dense_vector)

  • Binary vectors (dense_vector)

  • Geo points (geo_point)

  • Unix timestamp (time_stamp)

Last updated