> For the complete documentation index, see [llms.txt](https://docs.hyper-space.io/hyperspace-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hyper-space.io/hyperspace-docs/flows/data-collections/supported-data-types.md).

# 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
