Skip to content

Commit 9204a48

Browse files
authored
Update README.md
Added a note regarding Elasticearch native ANN support
1 parent 8b153f2 commit 9204a48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ This Plugin allows you to score Elasticsearch documents based on embedding-vecto
77
give it a try.
88
* I gained this substantial speed improvement by using the lucene index directly
99
* I developed it for my workplace which needs to pick KNN from a set of ~4M vectors. our current ES setup is able to answer this in ~80ms
10+
* **Note: Elasticsearch introduced a similar vector similarity functions in version 7.4 and above. [Elasticsearch version 8.0] (https://www.elastic.co/blog/introducing-approximate-nearest-neighbor-search-in-elasticsearch-8-0) includes native ANN support. This makes this plug-in obsolete for new Elasticsearch versions, unless for some reason their implementation is slower than this plugin**.
1011

1112

1213
## Elasticsearch version

0 commit comments

Comments
 (0)