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

Commit 2f5d039

Browse files
committed
KNN update for 1.6.0
1 parent b007920 commit 2f5d039

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
@@ -187,7 +187,7 @@ sudo bin/elasticsearch-plugin install https://d3g5vo6xdbdb9a.cloudfront.net/down
187187

188188
### KNN
189189

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

193193

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)