simpleneighbors
simpleneighbors copied to clipboard
Simpleneighbors for large indexes takes time to index using feed
Hi,
Thanks for the awesome package. I wanted to know if there is a way I could speed up the indexing of large multiple items (~500k - 1Mil) faster? Currently, the implementation works well, but it's really slow to index all the items. Any tips/tricks to faster the process?
Kind Regards, Nandan Thakur
Unfortunately, the performance of both adding items to the index and building the index are limited by the upstream implementation of whatever backend you're using. If you're using the Annoy backend, you might pick through the Annoy GitHub issues page for hints and tips on speeding things up. Is it possible that your data set is too big to fit in RAM?