Skip to content
This repository was archived by the owner on Aug 16, 2022. It is now read-only.

Commit 9e038b3

Browse files
authored
Merge pull request #201 from opendistro/knn-update
KNN update for 1.6.0
2 parents 0f65871 + 2f5d039 commit 9e038b3

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

docs/install/plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ sudo bin/elasticsearch-plugin install https://d3g5vo6xdbdb9a.cloudfront.net/down
200200

201201
### KNN
202202

203-
KNN is currently only available as part of the Docker image.
203+
KNN is only available as part of the all-in-one installs: Docker, RPM, and Debian.
204204
{: .warning }
205205

206206

docs/knn/index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ has_toc: false
88

99
# KNN
1010

11-
KNN is currently only available as part of the Docker image.
12-
{: .warning }
13-
1411
Short for its associated *k-nearest neighbors* algorithm, the KNN plugin lets you search for points in a vector space and find the "nearest neighbors" for those points by Euclidean distance. Use cases include recommendations (for example, an "other songs you might like" feature in a music application), image recognition, and fraud detection. For background information on the algorithm, see [Wikipedia](https://en.wikipedia.org/wiki/K-nearest_neighbors_algorithm).
1512

1613

0 commit comments

Comments
 (0)