Architecture
Overview
This page is intended as a general overview and introduction to the architecture.
Users and their interaction with the system
flowchart LR
A[Use Case User] -->|Use| B[Use Case Frontend];
O[Office User] -->|Use| CF[Chat Frontend];
P[Power User] -->|Workflow| LF[Low Code Frontend];
B --Calls---> SQE[Semantic Query Engine];
subgraph Agentic AI for Manufacturing Cloud Service
LF --Calls--> SQE;
CF --Calls--> SQE;
end
Different users can choose different entry points to interact with the Agentic AI for Manufacturing Cloud Service as shown in the flow diagram.