Skip to main content
This section covers the core fundamentals for working with Actian VectorAI DB.

Overview

VectorAI DB organizes data in a hierarchical structure. Collections contain points, and each point consists of a vector with optional payload metadata. This structure enables semantic search: you query with a vector, and VectorAI DB finds points with similar vectors in your collection.

Next steps

  • Start with Collections to understand how data is organized.
  • Learn about Points to manage your vector data.
  • Explore Search to query your collections.