yahoojapan / NGT

Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data
Apache License 2.0
1.22k stars 111 forks source link

Missing bfloat16 property setter in C API #158

Open lerouxrgd opened 1 month ago

lerouxrgd commented 1 month ago

Hello,

I think this function is missing in the C API:

bool ngt_set_property_object_type_bfloat16(NGTProperty, NGTError)
masajiro commented 1 month ago

Hello,

The implementation of Bfloat16 is not completed yet.