Fused weakand with attributes #36574
Unanswered
dainiusjocas
asked this question in
Q&A
Replies: 1 comment
-
|
This is a bigger topic but the short version is: consider implementing a custom rank profile that combines |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
There is this article that proposes a neat way to get the best lexical matches with some additional attribute values that influences pruning https://turbopuffer.com/blog/rank-by-attribute.
It would be cool to have sample app that would achieve a similar effect with wand operator or some other trick.
One option of doing such scoring is in the first phase ranking. But it requires overmatching.
Another option is to use the match phase limiter, but it doesn't affect pruning in the same way.
Beta Was this translation helpful? Give feedback.
All reactions