Skip to content

Commit 04f4ef4

Browse files
committed
Update README.md to address connection among chatqna, chathistory and prompt registry
Signed-off-by: Tsai, Louie <[email protected]>
1 parent 286358a commit 04f4ef4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ProductivitySuite/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ flowchart LR
7979
%% Questions interaction
8080
direction LR
8181
a[User Input Query] --> UI
82-
UI --> GW_C
82+
UI <--> |1 - get chatqna response| GW_C
8383
GW_C <==> ChatQnA-MegaService
8484
EM ==> RET
8585
RET ==> RER
@@ -130,15 +130,15 @@ flowchart LR
130130
131131
%% Questions interaction
132132
direction LR
133-
UI --> PR
133+
UI --> |2 - register chatqna prompt | PR
134134
135135
%% Embedding service flow
136136
direction LR
137137
PR <-.-> MDB
138138
139139
%% Questions interaction
140140
direction LR
141-
UI --> CH
141+
UI --> |2 - save chatqna response| CH
142142
143143
%% Embedding service flow
144144
direction LR

0 commit comments

Comments
 (0)