From 762ab7333b66783441423d7dd1f5d8165b2e3e95 Mon Sep 17 00:00:00 2001 From: Matthijs Douze Date: Tue, 9 Jan 2018 15:49:58 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0072e6d1e..a87bed2af 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Faiss +*NEW: latest commit (2018-01-09) includes an implementation of the HNSW indexing method, see benchs/bench_hnsw.py* + *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.*