AI pipeline configuration
Pipeline to the backend
Ublion AI receives the data using a Redis instance.
Key transport considerations are:
Push / Pull
For immediate notification and transport. The push-pull mechanism is used to inform AI workers about new tasks. The name of the push / pull channel contains three elements: {language}_{product}_{scope}.
The endpoint to configure the pipeline can be reached at: /api/services/app/Document/SetPipeline
Document storage
To ensure processing the entire document life cycle is saved in Redis cache.
The configuration of the database is done in the application.json but we also support Helm options (Kubernetes)