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