hnswlib
hnswlib copied to clipboard
Pagination
It is my understanding that with Index::Search in the case of HNSW that the result is not always 100% recall, being able to continue the search, that is having pagination support will be nice.
Hi @amirouche,
Pagination is not that hard to implement (save state, and load state during next search), but it is not currently supported. If someone would volunteer to implement it without too much changes we would gladly review and merge.