TopK Sparse Vector Search Guide
f32_sparse_vector()
or u8_sparse_vector()
, and add a vector_index()
to it:
dot_product
metric for sparse vectors which is compatible with both fixed and learned sparse
vector representations.vector_distance()
function.
This function computes a score between the provided sparse query and indexed sparse vectors which
can then be used to sort the results.
title_embedding
field using the vector_distance()
function.title_score
field.title_score
field in a descending order.filter()
stage to the query: