-
Type: User story
-
Status: Resolved
-
Priority: Major
-
Resolution: Done
-
Affects Version/s: None
-
Component/s: AI Nuxeo Services
-
Epic Link:
-
Tags:
-
Sprint:nxAI Sprint 11.1.10, nxAI Sprint 11.1.11, nxAI Sprint 11.1.13, nxAI Sprint 11.1.14
-
Story Points:3
As a project configurator / admin
I want to setup auto filling thresholds
So that is can control when to allow a Model to add or edit content
Details
We define a configuration per Document Type or facet
- Configuration done on XML as an extension
- A global threshold for all properties
- We can define different thresholds to different properties
We can define a global threshold that will apply to all document types (using the configuration service)
How it works:
- If we have multiple results to a same property (ex> by different models) we select the one with the highest confidence
<threshold value=“0.7”>
<item docType=‘Picture’ prop=‘dc:title’ />
</threshold>