Skip to content

Should we add a new "BulkScoreVectors" type api to the vector scorer interfaces? #14013

Open
@benwtrent

Description

@benwtrent

Description

With pre-fetching and newer quantization methods (e.g. the currently WIP bit quantization technique), it might be beneficial to have a clean interface indicating you want the scores for a handful of vectors.

I can see this helping with HNSW by allowing exploration to prefetch and then score all neighbors of the current candidate vector.

For higher levels of quantization quantization, since multiple corrective values need to be applied to the scored outputs, its conceivable that these corrections could be vectorized if multiple vectors were scored at the same time.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions