Skip to content

Commit a229473

Browse files
committed
fixed azure bot service feature for QnA
1 parent f4e2317 commit a229473

File tree

1 file changed

+0
-2
lines changed
  • articles/cognitive-services/QnAMaker/Overview

1 file changed

+0
-2
lines changed

articles/cognitive-services/QnAMaker/Overview/overview.md

-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ Once a QnA Maker knowledge base is published, a client application sends a quest
6363

6464
The QnA Maker portal provides the complete knowledge base authoring experience. You can import documents, in their current form, to your knowledge base. These documents (such as an FAQ, product manual, spreadsheet, or web page) are converted into question and answer pairs. Each pair is analyzed for follow-up prompts and connected to other pairs. The final _markdown_ format supports rich presentation including images and links.
6565

66-
Once your knowledge base is edited, publish the knowledge base to a working [Azure Web App bot](https://azure.microsoft.com/services/bot-service/) without writing any code. Test your bot in the [Azure portal](https://portal.azure.com) or download it and continue development.
67-
6866
## High quality responses with layered ranking
6967

7068
QnA Maker's system is a layered ranking approach. The data is stored in Azure search, which also serves as the first ranking layer. The top results from Azure search are then passed through QnA Maker's NLP re-ranking model to produce the final results and confidence score.

0 commit comments

Comments
 (0)