milvus-io / knowhere

Knowhere is an open-source vector search engine, integrating FAISS, HNSW, etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

jjyaoao opened this issue · 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