Skip to content

Commit e1a7b37

Browse files
authored
Merge pull request #32644 from prakul1991/patch-1
Update best-practices.md
2 parents 59dc158 + c86f89c commit e1a7b37

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/cognitive-services/QnAMaker/Concepts/best-practices.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ Make sure you are making the best use of the ranking features QnA Maker supports
6767
### Choosing a threshold
6868
The default confidence score that is used as a threshold is 50, however you can change it for your KB based on your needs. Since every KB is different, you should test and choose the threshold that is best suited for your KB. Read more about the [confidence score](../Concepts/confidence-score.md).
6969

70+
### Choosing Ranker type
71+
By default, QnA Maker searches through questions and answers. If you want to search through questions only, to generate an answer, use the `RankerType=QuestionOnly` in the POST body of the GenerateAnswer request.
72+
7073
### Add alternate questions
7174
[Alternate questions](../How-To/edit-knowledge-base.md) improve the likelihood of a match with a user query. Alternate questions are useful when there are multiple ways in which the same question may be asked. This can include changes in the sentence structure and word-style.
7275

0 commit comments

Comments
 (0)