# 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&#x20;
  * Float
