Introduce a new data type VECTOR
(alias of ARRAY<Float32>
)
#10769
Labels
C-feature
Category: feature
VECTOR
(alias of ARRAY<Float32>
)
#10769
Summary
We propose adding a new data type,
VECTOR
, as an alias forARRAY<FLOAT32>
.When a column type is set to
VECTOR
, an IVF_PQ index will be automatically created in the underlying storage.This index significantly improves the speed and efficiency of cosine distance calculations, optimizing vector data retrieval and analysis.
The text was updated successfully, but these errors were encountered: