You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ListSearchPlugin has a mechanism to remove entities whose match confidence is below a provided threshold.
At there is only one threshold value that can be set, the same threshold value would be applied to filter for all entity types.
The request is to add functionality to allow different thresholds for different entity types.
This requires the following tasks to be done -
Update the sample config structure to support the addition of threshold values for different entities
Update the confidence filtering mechanism to support changes in config
Add needful unit tests to ensure the feature works well.
The text was updated successfully, but these errors were encountered:
The ListSearchPlugin has a mechanism to remove entities whose match confidence is below a provided threshold.
At there is only one threshold value that can be set, the same threshold value would be applied to filter for all entity types.
The request is to add functionality to allow different thresholds for different entity types.
This requires the following tasks to be done -
The text was updated successfully, but these errors were encountered: