How you can use Superlinked to achieve quality retrieval, by implementing query time weights - at both query definition and query execution.
body_query
that weights text similarity twice as much as likes, and another like_query
that weights likes twice as much as text similarity.
body | like_count | id | |
---|---|---|---|
0 | Growing computation power enables advancements in AI. | 10 | paragraph-2 |
1 | Glorious animals live in the wilderness. | 75 | paragraph-1 |
body | like_count | id | |
---|---|---|---|
0 | Glorious animals live in the wilderness. | 75 | paragraph-1 |
1 | Growing computation power enables advancements in AI. | 10 | paragraph-2 |