From 5bc234b3b7518c4fa7b358c124d572678e151d21 Mon Sep 17 00:00:00 2001 From: Leonid Boytsov Date: Sun, 14 Jan 2018 22:23:49 -0500 Subject: [PATCH] Updating limitations section #246 1. HNSW seems to be working fine with Clang. 2. HNSW indices can now be saved in all cases (for all spaces). --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 76e2f08..60cbd59 100644 --- a/README.md +++ b/README.md @@ -90,10 +90,8 @@ Limitations ----------------------- 1. Currently only static data sets are supported -2. HNSW does not work with Clang -3. HNSW currently duplicates memory to create optimized indices -4. Non-optimized HNSW indices cannot be saved (for spaces other than cosine and Euclidean) -5. Range/threshold search is not supported by many methods including SW-graph/HNSW +2. HNSW currently duplicates memory to create optimized indices +3. Range/threshold search is not supported by many methods including SW-graph/HNSW We plan to resolve these issues in the future.