MariaDB VECTOR Data Type
The VECTOR type eliminates the need for BLOBs, JSON workarounds, or external tools for vector storage and retrieval. A VECTOR column is declared with a dimension count such as VECTOR(128). Vectors can be inserted directly into a MariaDB VE…
1 sources - 4 claims
The VECTOR type eliminates the need for BLOBs, JSON workarounds, or external tools for vector storage and retrieval. A VECTOR column is declared with a dimension count such as VECTOR(128). Vectors can be inserted directly into a MariaDB VECTOR column without a serialization workaround. MariaDB introduced a native VECTOR data type for storing and querying multi-dimensional numeric arrays.