Skip to main content
Points are the fundamental data units in Actian VectorAI DB. Each point contains the following three components: Point=ID+Vector+Payload\text{Point} = \text{ID} + \text{Vector} + \text{Payload} Points represent any data type, including text, images, audio, video, and structured data. Unlike traditional database rows with fixed schemas, VectorAI DB points store high-dimensional embeddings with rich metadata through flexible JSON payloads.

Point structure

Each point contains three key components:
The following table describes each component:

Point operations overview

VectorAI DB supports the following operations for managing points:

Task guides

See step-by-step guides for point operations:

Next steps