Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
-
New
Description
There is a minor looping bug when generating Full KNN results for comparison with HNSW in KnnGraphTester. Basically, the result in this line should be calculated after the while loop finishes.
Without this fix, vector files with ~2GB will work fine but if size of files are more than that, it may cause incorrect Full KNN results.