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
+35-63Lines changed: 35 additions & 63 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,66 +30,38 @@ The architecture of the SearchQnA Application is illustrated below:
30
30
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.
31
31
32
32
```mermaid
33
-
---
34
-
config:
35
-
flowchart:
36
-
nodeSpacing: 400
37
-
rankSpacing: 100
38
-
curve: linear
39
-
themeVariables:
40
-
fontSize: 50px
41
-
---
33
+
%% Orange are microservices from third parties that are 'wrapped' as OPEA components.
42
34
flowchart LR
43
-
%% Colors %%
44
-
classDef blue fill:#ADD8E6,stroke:#ADD8E6,stroke-width:2px,fill-opacity:0.5
This SearchQnA use case performs Search-augmented Question Answering across multiple platforms. Currently, we provide the example for Intel® Gaudi® 2 and Intel® Xeon® Scalable Processors, and we invite contributions from other hardware vendors to expand OPEA ecosystem.
@@ -98,8 +70,8 @@ This SearchQnA use case performs Search-augmented Question Answering across mult
98
70
99
71
The table below lists the available deployment options and their implementation details for different hardware platforms.
0 commit comments