|
|
|
|
|
by kleebeesh
2147 days ago
|
|
I'm working on an ANN plugin for Elasticsearch. All data is stored on disk, you automatically get horizontal/distributed scaling handled by ES, and you can combine ANN queries with Elasticsearch queries. http://elastiknn.klibisz.com/ It's currently not as fast as the in-memory alternatives. Though it's not a perfect apples/apples comparison. Data is stored on disk, it's a JVM implementation rather than C/C++, and it's optimized for single queries rather than bulk. |
|
https://github.com/elastic/elasticsearch/issues/42326
A different implementation is already in OpenDistro for Elasticsearch:
https://opendistro.github.io/for-elasticsearch-docs/docs/knn...