kakao / n2

TOROS N2 - lightweight approximate Nearest Neighbor library which runs fast even with large datasets
Apache License 2.0
567 stars 71 forks source link

Does it support online vector deletion and insertion? #36

Closed shuitai closed 3 years ago

shuitai commented 3 years ago

Does it support online vector deletion and insertion? like https://github.com/microsoft/SPTAG

gony-noreply commented 3 years ago

Unfortunately, N2 does not support online updates. 🙏