Closed
Description
Description
We have rank_features
and its useful as is. However, when comparing with new retrieval techniques, the name rank_features
isn't expected.
Users expect sparse_vector
as a partner with dense_vector
.
So, we should bring back sparse_vector
. It may initially be a simple copy of rank_features
.