Skip to content

[DOC] Deprecate confidence_interval parameter in Lucene Scalar Quantizer #12100

@naveentatikonda

Description

@naveentatikonda

What do you want to do?

  • Request a change to existing documentation
  • Add new documentation
  • Report a technical problem with the documentation
  • Other

Tell us about your request. Provide a summary of the request.
The confidence_interval parameter in the Lucene SQ encoder is deprecated as of OpenSearch 3.6.0 and will be removed in a future release.

confidence_interval was originally passed to Lucene99ScalarQuantizedVectorsFormat, but Lucene dropped support for it in Lucene104HnswScalarQuantizedVectorsFormat — the confidence interval is now computed automatically from vector dimensionality. The KNN1040 codec currently preserves the parameter via the backward-compatible Lucene99RWHnswScalarQuantizedVectorsFormat, but it will have no effect in future codec versions.

Version: List the OpenSearch version to which this issue applies, e.g. 2.14, 2.12--2.14, or all.
3.6

What other resources are available? Provide links to related issues, POCs, steps for testing, etc.
opensearch-project/k-NN#3168

Metadata

Metadata

Labels

Backlog - DEVDeveloper assigned to issue is responsible for creating PR.v3.6.0

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions