Skip to content

Commit 54ff6c8

Browse files
Merge pull request #213693 from jboback/QAPricing
Question Answering Pricing Update
2 parents 9aebce8 + 4a97c7c commit 54ff6c8

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

articles/cognitive-services/language-service/question-answering/how-to/migrate-qnamaker-to-question-answering.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,27 @@ In addition to a new set of features, Question Answering provides many technical
5757

5858
When you are looking at migrating to Question Answering, please consider the following:
5959

60-
- Knowledge base/project content or size has no implications on pricing
60+
|Component |QnA Maker|Question Answering|Details |
61+
|-------------------------------|---------|------------------|---------------------------------------------------------------------------------------------------------|
62+
|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. |
6166

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 |
74+
|------|--------------------------------|------------------------------------------|------------------------------------|--------------------------|--------------------------------------------------------------------------|
75+
|High |5 |5(P1) |8M |9x3(S2) |More expensive |
76+
|High |100 |100(P1) |6M |9x3(S2) |Less expensive |
77+
|Medium|10 |10(S1) |800K |4x3(S1) |Less expensive |
78+
|Low |4 |4(B1) |100K |3x3(S1) |Less expensive |
79+
80+
Summary : Customers should save cost across the most common configurations as seen in the relative cost column.
6381

6482
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/).
6583

0 commit comments

Comments
 (0)