When I create a watch for particular search text, the webhook is only called for matches with score 1.0, how to handle situations where my application requires all matches with a threshold >= 0.9? #510
pratyooshghildiyal-novo
started this conversation in
Ideas
Replies: 1 comment
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.
My application stores information for all matches which have a score >= 0.9 but webhook only returns matches with a score 1.0. Is there a workaround for this where we can specify the match threshold when we create a watcher for any particular search?
All reactions