Skip to main content

Creating a Table

A vector column can optionally be configured to normalize the vector data inserted into it, giving each vector a magnitude (L2 norm) of 1. This can improve the performance of some vector operations with minimal overhead.

Vector Column without Normalization

Vector Column with Normalization

Inserting Vector Data

Retrieving Vector Data

Indexing Vector Data

CAGRA Vector Index

HNSW Vector Index

Searching Vector Data

Vector Search by Operator

Vector Search by Function