Karthik V

Results 4 issues of Karthik V

# Summary I have downloaded 1 billion vectors (subset) from the original SPACEV1B dataset hosted on the [SPTAG repo](https://github.com/microsoft/SPTAG/tree/main/datasets/SPACEV1B) . The groundtruth was computed manually. I'm using a slightly modified...

question

# Summary GloVe and NYTimes dataset require to be normalized before adding to the index with FAISS. More details : https://github.com/facebookresearch/faiss/issues/1639 Any recommendation for the SPACEV1B dataset (https://github.com/microsoft/SPTAG/tree/main/datasets/SPACEV1B) ? Since...

out-of-scope

I'm trying to repro the faiss GPU baseline results with MSSPACEV dataset. I'm following the instructions using the [FAISS T3 Baseline] (https://github.com/harsha-simhadri/big-ann-benchmarks/tree/main/neurips21/track3_baseline_faiss). Built FAISS using source from the main branch....

Updating the arguments passed to search_preassigned and add_core Python APIs from python scripts, to match the latest faiss(1.8.0.) c++ interfaces More details in : https://github.com/harsha-simhadri/big-ann-benchmarks/issues/289