opensearch-project / documentation-website

The documentation for OpenSearch, OpenSearch Dashboards, and their associated plugins.
https://opensearch.org/docs
Apache License 2.0
74 stars 492 forks source link

Fix k-NN search json to have correct query #8358

Closed ryanbogan closed 1 month ago

ryanbogan commented 1 month ago

Description

Currently, the disk based vector search and k-NN vector quantization files have an incorrect search query. They specify method_params as an option, when it should be method_parameters. This PR modifies the files to say method_parameters.

Version

2.17

Checklist

github-actions[bot] commented 1 month ago

Thank you for submitting your PR. The PR states are In progress (or Draft) -> Tech review -> Doc review -> Editorial review -> Merged.

Before you submit your PR for doc review, make sure the content is technically accurate. If you need help finding a tech reviewer, tag a maintainer.

When you're ready for doc review, tag the assignee of this PR. The doc reviewer may push edits to the PR directly or leave comments and editorial suggestions for you to address (let us know in a comment if you have a preference). The doc reviewer will arrange for an editorial review.