You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/language-service/question-answering/how-to/migrate-qnamaker-to-question-answering.md
+20-2Lines changed: 20 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,9 +57,27 @@ In addition to a new set of features, Question Answering provides many technical
57
57
58
58
When you are looking at migrating to Question Answering, please consider the following:
59
59
60
-
- Knowledge base/project content or size has no implications on pricing
|QnA Maker Service cost |✔️ |➖ |The fixed cost per resource per month. Only applicable for QnAMaker. |
63
+
|Question Answering service cost|➖ |✔️ |The Question Answering cost according to the pay as you go model. Only applicable for Question Answering.|
64
+
|Azure Search cost |✔️ |✔️ |Applicable for both QnA Maker and Question Answering. |
65
+
|App Service cost |✔️ |➖ |Only applicable for QnA Maker. This is the biggest cost savings for users moving to Question Answering. |
61
66
62
-
- “Text Records” in Question Answering features refer to the query submitted by the user to the runtime, and it is a concept common to all features within Language service
67
+
- Users may select a higher tier with higher capacity, which will impact overall price they pay. It doesn’t impact the price on language component of Custom Question Answering.
68
+
69
+
- “Text Records” in Question Answering features refers to the query submitted by the user to the runtime, and it is a concept common to all features within Language service. Sometimes a query may have more text records when the query length is higher.
70
+
71
+
**Example price estimations**
72
+
73
+
|Usage |Number of resources in QnA Maker|Number of app services in QnA Maker (Tier)|Monthly inference calls in QnA Maker|Search Partitions x search replica (Tier)|Relative cost in Question Answering |
Summary : Customers should save cost across the most common configurations as seen in the relative cost column.
63
81
64
82
Here you can find the pricing details for [Question Answering](https://azure.microsoft.com/pricing/details/cognitive-services/language-service/) and [QnA Maker](https://azure.microsoft.com/pricing/details/cognitive-services/qna-maker/).
0 commit comments