We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbaa024 commit 2ef83fcCopy full SHA for 2ef83fc
ChatQnA/README.md
@@ -54,12 +54,12 @@ flowchart LR
54
Z1([UI]):::orchid
55
end
56
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>}}
+ TEI_RER{{Reranking service<br>}}
+ TEI_EM{{Embedding service <br>}}
+ VDB{{Vector DB<br><br>}}
+ R_RET{{Retriever service <br>}}
+ DP([Data Preparation<br>]):::blue
+ LLM_gen{{LLM Service <br>}}
63
64
%% Data Preparation flow
65
%% Ingest data flow
0 commit comments