Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
louie-tsai committed Sep 5, 2024
1 parent 9d7a8e4 commit 246b903
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions ChatQnA/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,7 @@ flowchart LR
classDef invisible fill:transparent,stroke:transparent;
style ChatQnA-MegaService stroke:#000000
%% Subgraphs %%
subgraph .
direction TB
X([OPEA Microservice]):::blue
Y{{Open Source Service}}
Z([OPEA Gateway]):::orange
Z1([UI]):::orchid
end
subgraph ChatQnA-MegaService["ChatQnA-MegaService"]
direction LR
EM([Embedding <br>]):::blue
Expand All @@ -45,11 +39,18 @@ flowchart LR
end
subgraph UserInterface["User Interface"]
direction LR
invisible1[ ]:::invisible
a([User Input Query]):::orchid
Ingest([Ingest data]):::orchid
UI([UI server<br>]):::orchid
end
subgraph .
direction TB
invisible1[ ]:::invisible
X([OPEA Microservice]):::blue
Y{{Open Source Service}}
Z([OPEA Gateway]):::orange
Z1([UI]):::orchid
end
TEI_RER{{Reranking service<br>}}
Expand Down

0 comments on commit 246b903

Please sign in to comment.