@@ -12,7 +12,7 @@ externalEmbed:
1212 # External embedding service details
1313 EMBEDDING_SERVER_HOST : " http://your-embed-server"
1414 EMBEDDING_SERVER_PORT : " 80"
15- # TODO: ChatQnA does not suport specifying model in embed queries
15+ # TODO: ChatQnA does not support specifying model in embed queries
1616 EMBEDDING_MODEL_ID : " your-embed-model"
1717
1818# Disable internal embedding services when using external embedding
@@ -27,7 +27,7 @@ externalRerank:
2727 # External reranking service details
2828 RERANK_SERVER_HOST : " http://your-rerank-server"
2929 RERANK_SERVER_PORT : " 80"
30- # TODO: ChatQnA does not suport specifying model in rerank queries
30+ # TODO: ChatQnA does not support specifying model in rerank queries
3131 RERANK_MODEL_ID : " your-rerank-model"
3232
3333# Disable internal reranking services when using external reranking
@@ -42,7 +42,7 @@ externalGuardrails:
4242 # External guardrails service details
4343 GUARDRAIL_SERVER_HOST : " http://your-guardrails-server"
4444 GUARDRAIL_SERVER_PORT : " 80"
45- # TODO: ChatQnA does not suport specifying model in guardrail queries
45+ # TODO: ChatQnA does not support specifying model in guardrail queries
4646 GUARDRAIL_MODEL_ID : " your-guardrail-model"
4747
4848# Disable internal guardrail services when using external guardrails
0 commit comments