Hello,
I’ve a question regarding the type of numbers saved in the list of vectors when type of the mapping is set to knn_vector. I know there is data_type param for knn_vector which can be binary/byte/float, but when I’m sending vectors like [0.1234567891234567, 0.1234567891234567…] then how these numbers are indexed and stored in Opensearch? Are they double, so the list of vectors is a list of doubles, even data_type is set to float?