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: SearchQnA/README.md
+65Lines changed: 65 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,71 @@ The workflow falls into the following architecture:
20
20
21
21

22
22
23
+
The SearchQnA 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.
24
+
25
+
```mermaid
26
+
---
27
+
config:
28
+
flowchart:
29
+
nodeSpacing: 400
30
+
rankSpacing: 100
31
+
curve: linear
32
+
themeVariables:
33
+
fontSize: 50px
34
+
---
35
+
flowchart LR
36
+
%% Colors %%
37
+
classDef blue fill:#ADD8E6,stroke:#ADD8E6,stroke-width:2px,fill-opacity:0.5
0 commit comments