VectorDataType
VectorDataType specifies the data type of vector data stored in Tablestore.
Enumeration values
VD_FLOAT_32: Stores vector data as 32-bit floating-point numbers (float32).
enum VectorDataType {
VD_FLOAT_32 = 2;
}
VectorDataType specifies the data type of vector data stored in Tablestore.
VD_FLOAT_32: Stores vector data as 32-bit floating-point numbers (float32).
enum VectorDataType {
VD_FLOAT_32 = 2;
}