Zhong Yuedong

Results 2 issues of Zhong Yuedong

It says that ``` python -m pyserini.encode \ input --corpus collections/nfcorpus/corpus.jsonl \ --fields title text \ output --embeddings indexes/nfcorpus.bge-base-en-v1.5 \ --to-faiss \ encoder --encoder BAAI/bge-base-en-v1.5 **--l2-norm** \ --device cpu \...

IndexFlatIP is brute searching method. IndexIVFFlat use aggregation to lower the dimension. So it will be faster, but lower the precision.