update imixs-ml
This commit is contained in:
parent
2f2d2eef55
commit
ad8080b199
3 changed files with 6 additions and 10 deletions
|
|
@ -9,22 +9,19 @@
|
|||
|
||||
<!--
|
||||
<item name="workflow.query"><value xsi:type="xs:string">($workflowgroup:"Rechnungseingang" OR $workflowgroup:"Sachrechnung") AND ($taskid:5900)</value></item>
|
||||
-->
|
||||
-->
|
||||
<!-- -->
|
||||
<item name="workflow.query"><value xsi:type="xs:string">($uniqueid:344372ce-55ee-4dd1-b492-822d59be38b7)</value></item>
|
||||
|
||||
<item name="workflow.pagesize"><value xsi:type="xs:int">30</value></item>
|
||||
<item name="workflow.pageindex"><value xsi:type="xs:int">0</value></item>
|
||||
|
||||
<item name="workflow.entities">
|
||||
|
||||
<value xsi:type="xs:string">cdtr.name</value>
|
||||
<value xsi:type="xs:string">cdtr.iban</value>
|
||||
<value xsi:type="xs:string">cdtr.bic</value>
|
||||
<value xsi:type="xs:string">invoice.total</value>
|
||||
<value xsi:type="xs:string">invoice.date</value>
|
||||
<value xsi:type="xs:string">invoice.number</value>
|
||||
|
||||
|
||||
</item>
|
||||
<item name="workflow.locale">
|
||||
<value xsi:type="xs:string">en_GB</value>
|
||||
|
|
@ -45,9 +42,8 @@
|
|||
<!-- ML spaCy Server -->
|
||||
<item name="ml.training.endpoint"><value xsi:type="xs:string">http://imixs-ml-spacy:8000/</value></item>
|
||||
<item name="ml.analyse.model"><value xsi:type="xs:string">invoice-de-0.1.0</value></item>
|
||||
|
||||
<!-- ML quality level FULL|PARTIAL -->
|
||||
<item name="ml.training.quality"><value xsi:type="xs:string">PARTIAL</value></item>
|
||||
<item name="ml.training.quality"><value xsi:type="xs:string">LOW</value></item>
|
||||
</document>
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<artifactId>office-alexander-logistics</artifactId>
|
||||
<groupId>com.alexander-logistics</groupId>
|
||||
<version>1.1.1</version>
|
||||
<version>1.1.2</version>
|
||||
</parent>
|
||||
<artifactId>office-alexander-logistics-app</artifactId>
|
||||
<packaging>war</packaging>
|
||||
|
|
|
|||
4
pom.xml
4
pom.xml
|
|
@ -4,7 +4,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.alexander-logistics</groupId>
|
||||
<artifactId>office-alexander-logistics</artifactId>
|
||||
<version>1.1.1</version>
|
||||
<version>1.1.2</version>
|
||||
<packaging>pom</packaging>
|
||||
<name>Imixs Office Workflow - Custom Build</name>
|
||||
|
||||
|
|
@ -31,7 +31,7 @@
|
|||
<org.imixs.adapters.version>2.2.6</org.imixs.adapters.version>
|
||||
<org.imixs.archive.version>2.2.11</org.imixs.archive.version>
|
||||
<org.imixs.melman.version>1.0.20</org.imixs.melman.version>
|
||||
<org.imixs.ml.version>1.1.1</org.imixs.ml.version>
|
||||
<org.imixs.ml.version>1.1.2-SNAPSHOT</org.imixs.ml.version>
|
||||
<microprofile.version>2.2</microprofile.version>
|
||||
|
||||
<custom.webResources>src/main/webapp</custom.webResources>
|
||||
|
|
|
|||
Loading…
Reference in a new issue