Skip to content

Commit

Permalink
Updating limitations section #246
Browse files Browse the repository at this point in the history
1. HNSW seems to be working fine with Clang. 
2. HNSW indices can now be saved in all cases (for all spaces).
  • Loading branch information
Leonid Boytsov authored and GitHub committed Jan 15, 2018
1 parent 2298339 commit 5bc234b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 5bc234b

Please sign in to comment.