Hi All, Is there a way to index and search with vectors of double? According to https://solr.apache.org/guide/solr/9_5/query-guide/dense-vector-search.html vectorEncoding only supports "FLOAT32" or "BYTE", has anyone tried to use "BYTE" to encode double value?
Thanks, Yue