We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What do you want to do?
Tell us about your request. Provide a summary of the request. In the last example in the section on Binary Quantization https://opensearch.org/docs/2.17/search-plugins/knn/knn-vector-quantization/#using-bq the field params should have been parameters. This is the corrected example that works on 2.17:
params
parameters
PUT my-vector-index { "mappings": { "properties": { "my_vector_field": { "type": "knn_vector", "dimension": 8, "space_type": "l2", "data_type": "float", "mode": "on_disk", "compression_level": "16x", "method": { "params": { "ef_construction": 16 } } } } } }
Version: 2.17
What other resources are available? Provide links to related issues, POCs, steps for testing, etc.
The text was updated successfully, but these errors were encountered:
@shashankviswanadha: Do you want to go ahead and submit a PR for this one?
Sorry, something went wrong.
@Naarcha-AWS Sure, #8985
shashankviswanadha
No branches or pull requests
What do you want to do?
Tell us about your request. Provide a summary of the request.
In the last example in the section on Binary Quantization https://opensearch.org/docs/2.17/search-plugins/knn/knn-vector-quantization/#using-bq the field
params
should have beenparameters
. This is the corrected example that works on 2.17:Version: 2.17
What other resources are available? Provide links to related issues, POCs, steps for testing, etc.
The text was updated successfully, but these errors were encountered: