dragonfly icon indicating copy to clipboard operation
dragonfly copied to clipboard

Search: Basic document scoring

Open dranikpg opened this issue 1 year ago • 3 comments

Compute document scores and support the most basic scoring functions (like tf/idf https://en.wikipedia.org/wiki/Tf%E2%80%93idf)

dranikpg avatar Jun 03 '23 19:06 dranikpg

is it done @dranikpg ?

__vector_score is not supported: FT.SEARCH ann * =>[KNN 10 @vector $BLOB EF_RUNTIME 10] NOCONTENT SORTBY __vector_score LIMIT 0 10 PARAMS 2 BLOB FOO

romange avatar Jun 17 '24 12:06 romange

it works, but you have to specify a name for the score field explicitly

dranikpg avatar Jun 17 '24 13:06 dranikpg

@dranikpg , can you provide an fix to the query above? i mean how the query should be fixed?

romange avatar Jun 17 '24 13:06 romange