yahoojapan / NGT

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

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

Closed frederic89 closed 10 months ago

frederic89 commented 10 months 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 10 months ago

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

frederic89 commented 10 months ago

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

Thanks