Updated faiss tuning TIPS (markdown)

Rice Cake 2023-04-27 16:57:06 +08:00
parent 0a8c54fd97
commit 8ed2c2c85d

@ -1,3 +1,4 @@
Original Author:[nadare881](https://github.com/nadare881)
# about faiss # about faiss
faiss is a library of neighborhood searches for dense vectors, developed by facebook research, which efficiently implements many approximate neighborhood search methods. faiss is a library of neighborhood searches for dense vectors, developed by facebook research, which efficiently implements many approximate neighborhood search methods.
Approximate Neighbor Search finds similar vectors quickly while sacrificing some accuracy. Approximate Neighbor Search finds similar vectors quickly while sacrificing some accuracy.