Open amirouche opened 1 year ago
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.
It is my understanding that with
Index::Search
in the case ofHNSW
that the result is not always 100% recall, being able to continue the search, that is having pagination support will be nice.