Use new VectorScorer interface where applicable in Elasticsearch #109293
Labels
>enhancement
:Search Relevance/Vectors
Vector search
Team:Search Relevance
Meta label for the Search Relevance team in Elasticsearch
Description
Lucene 9.11 provides a new interface for the vector values,
VectorScorer
, this is a flat scorer that gives a way to do optimized vector scoring for a flat vector encoding.For example, int8_flat could use this interface instead of
knn
when calculating the nearest k vectors.The text was updated successfully, but these errors were encountered: