The image shows the logical flow of document processing using AI.
The flow is divided into four main steps: Input, Integration, Business Logic, and Backend. Each step has a number, 1 through
4, which correspond to the numbered steps later in this Architecture topic, and to numbers in the detailed architecture diagram.
Within each step are components representing logical functions that the deployment architecture will provide.
- The Input step includes Remote Data Storage, Input UI, and Chatbots.
- In the Integration step, inputs feed into a component labeled Integrations, which accesses Data Storage.
- In the Business Logic step, Multi-Modal LLMs and OCR connect to the Data Storage component from step 2. OCR connects to Textual
LLMs within the Business Logic step.
- In the Backend step, Embedding and Data Loading Logic is fed by Data Storage from step 2. Embedding and Data Loading Logic
connects to a Vector Store within the Backend.