Getting Started

Hyperspace Index

Hyperspace employs smart indexing to ensure O(1) data access. The search performance is further improved by providing cardinality hints at the configuration level.
Hyperspace Documents
HyperSpace documents are formulated as key-value pairs, where vectors are stored under designated keys.

Hyper space supports the following data types
  • Float
  • half_float
  • signed int
  • int64
  • unsigned int
  • Datetime
  • List, set and dict