lmcinnes / pynndescent

A Python nearest neighbor descent for approximate nearest neighbors
BSD 2-Clause "Simplified" License
899 stars 105 forks source link

Ensure query after to update works correctly (fixes #180) #181

Closed lmcinnes closed 2 years ago

lmcinnes commented 2 years ago

Previously the querying data (search graphs, compiled search function etc.) were not properly rebuilt after update added new data. We now ensure that this is handled correctly.