Uploaded image for project: 'Nuxeo AI Core'
  1. Nuxeo AI Core
  2. AICORE-363

Threshold Management

    XMLWordPrintable

    Details

    • Type: User story
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 2.4.5, 3.0.0
    • Component/s: AI Cloud Services

      Description

      As a user, I need to contribute existing threshold configuration via REST API the following contribution example:

      ThresholdConfigurator document type should mimic current XML contribution:
      
      <thresholdConfiguration type="File"
                                  global="0.88">
      
            <thresholds>
      
              <threshold xpath="dc:title"
                         value="0.75"
                         autofill="0.76"
                         autocorrect="0.77"/>
      
            </thresholds>
      
        </thresholdConfiguration>
      

      As an Insight Admin
      I want to be able to set and change thresholds for every 

      So that I can change configurations in different env easily

      There should be an area to configure auto enrichment thresholds.
      This area should allow to disable/enable bulk auto enrich on each output field. Also, auto-fill and auto-correct thresholds.
      These levels should be disable if auto enrich is disable for the field.
      It should also be possible to define global and field based thresholds for suggestions.

      In order to go to this page, output should have an icon next to it to navigate there.

      Technical requirements

      Threshold could be substituted with Nuxeo Document and used on runtime. 

      A default configuration should be introduced. 

      Threshold depends on Document type and assumes global and per property values. 

      The ideal solution should have property suggestions.

        Attachments

          Issue Links

            Activity

              People

              • Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: