From 8ed2c2c85d0090c1441d3e42f4f002f770d04233 Mon Sep 17 00:00:00 2001 From: Rice Cake Date: Thu, 27 Apr 2023 16:57:06 +0800 Subject: [PATCH] Updated faiss tuning TIPS (markdown) --- faiss-tuning-TIPS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/faiss-tuning-TIPS.md b/faiss-tuning-TIPS.md index c2f580d..8e6637c 100644 --- a/faiss-tuning-TIPS.md +++ b/faiss-tuning-TIPS.md @@ -1,3 +1,4 @@ +Original Author:[nadare881](https://github.com/nadare881) # about faiss 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.