Skip to content

Commit ccde9c1

Browse files
committed
[Cogsvcs] QnA Maker - fix non-blocking
1 parent bbab347 commit ccde9c1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/cognitive-services/QnAMaker/includes/quickstart-test-tool-curl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Use the knowledge base from the previous quick to query for an answer based on m
4848
"What is the max size of a knowledge base?",
4949
"How many GB of data can a knowledge base hold?"
5050
],
51-
"answer": "The size of the knowledge base depends on the SKU of Azure search you choose when creating the QnA Maker service. Read [here](https://docs.microsoft.com/azure/cognitive-services/qnamaker/tutorials/choosing-capacity-qnamaker-deployment)for more details.",
51+
"answer": "The size of the knowledge base depends on the SKU of Azure search you choose when creating the QnA Maker service. Read [here](https://docs.microsoft.com/azure/cognitive-services/qnamaker/tutorials/choosing-capacity-qnamaker-deployment) for more details.",
5252
"score": 68.76,
5353
"id": 3,
5454
"source": "https://docs.microsoft.com/azure/cognitive-services/qnamaker/troubleshooting",
@@ -97,7 +97,7 @@ Debug: {Enable:true}
9797
"questions": [
9898
"How do I share a knowledge base with others?"
9999
],
100-
"answer": "Sharing works at the level of a QnA Maker service, that is, all knowledge bases in the service will be shared. Read [here](https://docs.microsoft.com/azure/cognitive-services/qnamaker/how-to/collaborate-knowledge-base) how to collaborate on a knowledge base.",
100+
"answer": "Sharing works at the level of a QnA Maker service, that is, all knowledge bases in the service will be shared. Read [here](https://docs.microsoft.com/azure/cognitive-services/qnamaker/how-to/collaborate-knowledge-base) to learn how to collaborate on a knowledge base.",
101101
"score": 56.07,
102102
"id": 5,
103103
"source": "https://docs.microsoft.com/azure/cognitive-services/qnamaker/troubleshooting",

articles/cognitive-services/QnAMaker/includes/quickstart-test-tool-postman.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ In a previous quickstart, metadata was added to two QnA sets to distinguish betw
7474
"What is the max size of a knowledge base?",
7575
"How many GB of data can a knowledge base hold?"
7676
],
77-
"answer": "The size of the knowledge base depends on the SKU of Azure search you choose when creating the QnA Maker service. Read [here](https://docs.microsoft.com/azure/cognitive-services/qnamaker/tutorials/choosing-capacity-qnamaker-deployment)for more details.",
77+
"answer": "The size of the knowledge base depends on the SKU of Azure search you choose when creating the QnA Maker service. Read [here](https://docs.microsoft.com/azure/cognitive-services/qnamaker/tutorials/choosing-capacity-qnamaker-deployment) for more details.",
7878
"score": 68.76,
7979
"id": 3,
8080
"source": "https://docs.microsoft.com/azure/cognitive-services/qnamaker/troubleshooting",

0 commit comments

Comments
 (0)