pub fn vector_type_value_to_string(val: &[u8], dim: u32) -> Result<String>
Converts a vector type value to string for example: [1.0, 2.0, 3.0] -> “[1.0,2.0,3.0]”