HuixiangDou
HuixiangDou copied to clipboard
the faiss index method change: replace the IndexFlatIP with IndexIVFFlat
IndexFlatIP is brute searching method. IndexIVFFlat use aggregation to lower the dimension. So it will be faster, but lower the precision.