pub fn parse_vector_from_slice( bytes: &[u8], vector_type: VectorType, ) -> Result<Vec<f64>>
Parses float vector from raw binary byte slice or JSON array. 从二进制字节数组或 JSON 数组中解析浮点向量(零冗余单次解析)