VectorDataType 定义表格存储中向量数据的数据类型。 枚举值列表 VD_FLOAT_32:以 32 位浮点数(float32)存储向量数据。 enum VectorDataType { VD_FLOAT_32 = 2; }