From 436d9f6bada6c44cbb8e85c51746b422113a8a84 Mon Sep 17 00:00:00 2001 From: Jeff Johnson Date: Thu, 7 Dec 2017 09:05:47 -0800 Subject: [PATCH 1/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fa4248f7e..cc3497ba5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Faiss +*NEW: there is now a Facebook public discussion group for Faiss users at https://www.facebook.com/groups/faissusers/ *UPDATE: As of July 30 2017, the license on Faiss was relaxed to BSD from CC-BY-NC. Read LICENSE for details.* Faiss is a library for efficient similarity search and clustering of dense vectors. It contains algorithms that search in sets of vectors of any size, up to ones that possibly do not fit in RAM. It also contains supporting code for evaluation and parameter tuning. Faiss is written in C++ with complete wrappers for Python/numpy. Some of the most useful algorithms are implemented on the GPU. It is developed by [Facebook AI Research](https://research.fb.com/category/facebook-ai-research-fair/). From dd222548b7aefe18ddff530ac50cfb6afb12fdea Mon Sep 17 00:00:00 2001 From: Jeff Johnson Date: Thu, 7 Dec 2017 09:06:17 -0800 Subject: [PATCH 2/3] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cc3497ba5..33eb7873f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Faiss -*NEW: there is now a Facebook public discussion group for Faiss users at https://www.facebook.com/groups/faissusers/ +*NEW: there is now a Facebook public discussion group for Faiss users at https://www.facebook.com/groups/faissusers/* + *UPDATE: As of July 30 2017, the license on Faiss was relaxed to BSD from CC-BY-NC. Read LICENSE for details.* Faiss is a library for efficient similarity search and clustering of dense vectors. It contains algorithms that search in sets of vectors of any size, up to ones that possibly do not fit in RAM. It also contains supporting code for evaluation and parameter tuning. Faiss is written in C++ with complete wrappers for Python/numpy. Some of the most useful algorithms are implemented on the GPU. It is developed by [Facebook AI Research](https://research.fb.com/category/facebook-ai-research-fair/). From 02e3717c70a05005b0f4ab4c919dc8618ddc90a0 Mon Sep 17 00:00:00 2001 From: Jeff Johnson Date: Thu, 7 Dec 2017 09:08:52 -0800 Subject: [PATCH 3/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 33eb7873f..0072e6d1e 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,8 @@ Reference to cite when you use Faiss in a research paper: ## Join the Faiss community +For public discussion of Faiss or for questions, there is a Facebook public discussion group at https://www.facebook.com/groups/faissusers/ + We monitor the [issues page](http://github.com/facebookresearch/faiss/issues) of the repository. You can report bugs, ask questions, etc. ## License