yahoojapan / NGT

Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there an interface that supports returning the number of vectors?

lefeiwang opened this issue · comments

Is there an interface that supports returning the number of vectors?

For C++, getNumberOfIndexedObjects is the function to get the number of the indexed vectors. get_num_of_objects is for python.

For C++, getNumberOfIndexedObjects is the function to get the number of the indexed vectors. get_num_of_objects is for python.

Is there an interface for golang calls?

There is no interface for golang. However, I can provide the C API instead of that, if it is helpful.

There is no interface for golang. However, I can provide the C API instead of that, if it is helpful.

If you have time, please help provide the C API.

I have released NGT v1.14.8 with the interface that you requested.

I have released NGT v1.14.8 with the interface that you requested.

Problem solved, thank you very much.