huridocs / uwazi

Uwazi is a web-based, open-source solution for building and sharing document collections
http://www.uwazi.io
MIT License
236 stars 79 forks source link

[AT] III. Uwazi-side handler: sending requests #6952

Closed LaszloKecskes closed 3 days ago

LaszloKecskes commented 3 months ago

Add the Uwazi side handler for MT. Use the redis based TaskManager. See InformationExtraction for a more complicated example. For now:

The request message should be:

namespace: str - <the name of the tenant>
key: list[str] - [<entitySharedId>, <propertyId>]
text: str
language_from: str
languages_to: list[str]