knowhere
knowhere copied to clipboard
[Enhancement]: Try to support float16 for flat.cc
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