From 2f5d0391268ba6664d2aa4523cd49437e8c864fc Mon Sep 17 00:00:00 2001 From: aetter Date: Thu, 2 Apr 2020 13:20:39 -0700 Subject: [PATCH] KNN update for 1.6.0 --- docs/install/plugins.md | 2 +- docs/knn/index.md | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/install/plugins.md b/docs/install/plugins.md index 9274aca3..a3e54522 100644 --- a/docs/install/plugins.md +++ b/docs/install/plugins.md @@ -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 } diff --git a/docs/knn/index.md b/docs/knn/index.md index 2ce20372..60e0a8d0 100644 --- a/docs/knn/index.md +++ b/docs/knn/index.md @@ -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).