This feature is currently in the proof-of-concept phase and is part of release 25.1
Introduction
Our strategy is to make the customer’s data more alive by offering insights into their data. For example, offer a summary of a document, a list of named entities, and a sentiment analysis. The Consono case, which offers a wide range of analyses, fits in this case. Additionally, we want these insights to be integrated into the front end, specifically in the context of a single object.
...
In the ingest workflow, that requests the insights connector to analyze the object and (a)synchronously waits for the analysis to complete (drawn as the steps A-B-C-D)
The end user that requests and receives insights into their document (drawn as the steps 1-2-…-6)
...
API
...
Contract
The connector of type insights will have to implement the following methods
...