Skip to content
This repository was archived by the owner on Aug 16, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/install/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,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