Skip to content

Commit 18aebe6

Browse files
authored
Merge pull request #90130 from jaydeepn/patch-4
Content rectification
2 parents aab5f00 + e7e56dd commit 18aebe6

File tree

1 file changed

+3
-3
lines changed
  • articles/cognitive-services/language-service/question-answering/concepts

1 file changed

+3
-3
lines changed

articles/cognitive-services/language-service/question-answering/concepts/azure-resources.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ When you move into the development phase of the project, you should consider:
3030
Typically there are three parameters you need to consider:
3131

3232
* **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.
3434
* 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.
3535

3636
* **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:
4242
4343
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.
4444

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.
4646

4747
The following table gives you some high-level guidelines.
4848

@@ -54,7 +54,7 @@ The following table gives you some high-level guidelines.
5454

5555
## Recommended settings
5656

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.
5858

5959
## Keys in question answering
6060

0 commit comments

Comments
 (0)