jenhsia
Results
3
issues of
jenhsia
In the original repo, the index corpus tsv file requires that the pid is an integer, but there may be cases where we want it to use passage id (string)...
When using function `_build_ivf(self)` for a large corpus, it often gets stuck at the `codes = codes.sort()` step. To avoid sorting of a massive list, we can: 1) Create an...
Hi, It seems that the `convert_csv_to_array` function should be returning `data`, but it currently does not return anything.