knowhere icon indicating copy to clipboard operation
knowhere copied to clipboard

[Enhancement]: Try to support float16 for flat.cc

Open jjyaoao opened this issue 1 year ago • 0 comments

Since FAISS does not yet support float16, the implementation method convertFloat16ToFloat32 tries to convert the float16 type in the input data to float32.

PR:#876

jjyaoao avatar May 13 '23 06:05 jjyaoao