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/concepts/azure-resources.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ When you move into the development phase of the project, you should consider:
30
30
Typically there are three parameters you need to consider:
31
31
32
32
***The throughput you need**:
33
-
*Question answering is a free feature, and the throughput is currently capped at 10 transactions per second for both management APIs and prediction APIs.
33
+
*The throughput for question answering is currently capped at 10 transactions per second for both management APIs and prediction APIs.
34
34
* This should also influence your Azure **Cognitive Search** SKU selection, see more details [here](../../../../search/search-sku-tier.md). Additionally, you may need to adjust Cognitive Search [capacity](../../../../search/search-capacity-planning.md) with replicas.
35
35
36
36
***Size and the number of knowledge bases**: Choose the appropriate [Azure search SKU](https://azure.microsoft.com/pricing/details/search/) for your scenario. Typically, you decide the number of knowledge bases you need based on number of different subject domains. One subject domain (for a single language) should be in one knowledge base.
@@ -42,7 +42,7 @@ Typically there are three parameters you need to consider:
42
42
43
43
For example, if your tier has 15 allowed indexes, you can publish 14 knowledge bases of the same language (one index per published knowledge base). The 15th index is used for all the knowledge bases for authoring and testing. If you choose to have knowledge bases in different languages, then you can only publish seven knowledge bases.
44
44
45
-
***Number of documents as sources**: question answering is a free feature, and there are no limits to the number of documents you can add as sources.
45
+
***Number of documents as sources**: There are no limits to the number of documents you can add as sources in question answering.
46
46
47
47
The following table gives you some high-level guidelines.
48
48
@@ -54,7 +54,7 @@ The following table gives you some high-level guidelines.
54
54
55
55
## Recommended settings
56
56
57
-
Custom question answering is a free feature, and the throughput is currently capped at 10 transactions per second for both management APIs and prediction APIs. To target 10 transactions per second for your service, we recommend the S1 (one instance) SKU of Azure Cognitive Search.
57
+
The throughput for question answering is currently capped at 10 transactions per second for both management APIs and prediction APIs. To target 10 transactions per second for your service, we recommend the S1 (one instance) SKU of Azure Cognitive Search.
0 commit comments