yahoojapan / NGT

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

How to update NGT from older version to new one? #147

Closed frederic89 closed 1 year ago

frederic89 commented 1 year ago

If I compile to setup from binary file download from releases, how can I update NGT from older version to new one? First uninstall, or override in /usr/local/bin/ngt?

masajiro commented 1 year ago

You do not need to uninstall NGT. All you need to do is reinstall NGT (make install).

frederic89 commented 1 year ago

You do not need to uninstall NGT. All you need to do is reinstall NGT (make install).

Thanks