I am getting familiar with the vector search in Manticore and I was wondering if there is any way to use MATCH without filtering the results just with the purpose of using the WEIGHT for sorting.
I am trying to implement a ranking formula based on both KNN_DIST and MATCH to resort the results using a subquery.
Right now I am injecting a placeholder string in every row and reusing it the search is performed just to get some results at anytime.