Supported Data Types
Hyperspace documents can include any of the following types.
Keywords and Values
Practically unlimited number of fields per document
Full support of nested objects
Full support of all common list types
Main data 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)
Vectors
Important Properties
Large number of vectors per single document
Include different vector fields in a single query
Support extremely high dimensional vectors
Support of nested vectors
Main data types -
Binary
Float
Last updated