You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DocSum/README.md
+41-13Lines changed: 41 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,25 +102,53 @@ Refer to the [DocSum helm chart](https://github.com/opea-project/GenAIInfra/tree
102
102
103
103
### Workflow of the deployed Document Summarization Service
104
104
105
-
The workflow of the Document Summarization Service, from user's input query to the application's output response, is as follows:
105
+
The DocSum example is implemented using the component-level microservices defined in [GenAIComps](https://github.com/opea-project/GenAIComps). The flow chart below shows the information flow between different microservices for this example.
106
106
107
107
```mermaid
108
+
---
109
+
config:
110
+
flowchart:
111
+
nodeSpacing: 400
112
+
rankSpacing: 100
113
+
curve: linear
114
+
themeVariables:
115
+
fontSize: 50px
116
+
---
108
117
flowchart LR
109
-
subgraph DocSum
118
+
%% Colors %%
119
+
classDef blue fill:#ADD8E6,stroke:#ADD8E6,stroke-width:2px,fill-opacity:0.5
0 commit comments