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

Commit

Permalink
Merge pull request #201 from opendistro/knn-update
Browse files Browse the repository at this point in the history
KNN update for 1.6.0
  • Loading branch information
aetter authored Apr 3, 2020
2 parents 0f65871 + 2f5d039 commit 9e038b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion docs/install/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ sudo bin/elasticsearch-plugin install https://d3g5vo6xdbdb9a.cloudfront.net/down

### KNN

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


Expand Down
3 changes: 0 additions & 3 deletions docs/knn/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ has_toc: false

# KNN

KNN is currently only available as part of the Docker image.
{: .warning }

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).


Expand Down

0 comments on commit 9e038b3

Please sign in to comment.