Closed ryanbogan closed 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.
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 bemethod_parameters
. This PR modifies the files to saymethod_parameters
.Version
2.17
Checklist