Skip to content

Commit 2ef83fc

Browse files
authoredAug 31, 2024··
Update README.md and remove some open-source details (#682)
According to TCEs' feedback, don't need to have those open-source project details in the flowchart. Signed-off-by: Tsai, Louie <[email protected]>
1 parent fbaa024 commit 2ef83fc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎ChatQnA/README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ flowchart LR
5454
Z1([UI]):::orchid
5555
end
5656
57-
TEI_RER{{Reranking service<br>'TEI'<br>}}
58-
TEI_EM{{Embedding service <br>'TEI LangChain'<br>}}
59-
VDB{{Vector DB<br>'Redis'<br>}}
60-
R_RET{{Retriever service <br>'LangChain Redis'<br>}}
61-
DP([Data Preparation<br>'LangChain Redis'<br>]):::blue
62-
LLM_gen{{LLM Service <br>'TGI'<br>}}
57+
TEI_RER{{Reranking service<br>}}
58+
TEI_EM{{Embedding service <br>}}
59+
VDB{{Vector DB<br><br>}}
60+
R_RET{{Retriever service <br>}}
61+
DP([Data Preparation<br>]):::blue
62+
LLM_gen{{LLM Service <br>}}
6363
6464
%% Data Preparation flow
6565
%% Ingest data flow

0 commit comments

Comments
 (0)
Please sign in to comment.