Skip to content

Commit

Permalink
Merge pull request #3463 from ryanbogan/update_exact_search_blog
Browse files Browse the repository at this point in the history
Add clarification footnote to exact search k-NN blog post
  • Loading branch information
kolchfa-aws authored Nov 25, 2024
2 parents 26c2df6 + d49d2bd commit c241f55
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _posts/2024-11-13-boosting-k-nn-exact-search.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,8 @@ The tests showed that OpenSearch's new SIMD support and optimized memory access
## What's next for exact k-NN search?

Future OpenSearch versions will provide even more k-NN search flexibility. You'll be able to switch between exact and approximate search at query time. Additionally, future versions will provide the ability to specify which fields build indexes for exact and approximate search types. Stay tuned for these updates as we continue to improve OpenSearch's k-NN search capabilities.


#### Note

To use the optimized Lucene format in OpenSearch 2.17, set `index.knn` to `true` in order to build approximate nearest neighbor (ANN) data structures. In OpenSearch 2.18, a new `index.knn.advanced.approximate_threshold` setting is available. If you are performing only exact searches, set this value to `-1` to reduce indexing time.

0 comments on commit c241f55

Please sign in to comment.