Skip to content

Commit c30ab4a

Browse files
authored
Update limits.md
1 parent 32bc53c commit c30ab4a

File tree

1 file changed

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

1 file changed

+9
-5
lines changed

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

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,15 @@ Question answering limits provided below are a combination of the [Azure Cogniti
1717

1818
The maximum number of knowledge bases is based on [Azure Cognitive Search tier limits](../../../../search/search-limits-quotas-capacity.md).
1919

20-
|**Azure Cognitive Search tier** | **Free** | **Basic** |**S1** | **S2**| **S3** |**S3 HD**|
21-
|---|---|---|---|---|---|----|
22-
|Maximum number of published knowledge bases allowed|2|14|49|199|199|2,999|
20+
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.
21+
22+
With custom question answering, you have a choice to set up your language resource in a single language or multiple languages. You can make this selection when you create your first project in the [Language Studio](https://language.azure.com/).
23+
24+
> [!IMPORTANT]
25+
> You can publish N-1 knowledge bases of a single language or N/2 knowledge bases of different languages in a particular tier, where N is the maximum indexes allowed in the tier. Also check the maximum size and the number of documents allowed per tier.
26+
27+
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.
2328

24-
For example, if your tier has 15 allowed indexes, you can publish 14 knowledge bases (one index per published knowledge base). The 15th index, `testkb`, is used for all the knowledge bases for authoring and testing.
2529

2630
## Extraction limits
2731

@@ -129,4 +133,4 @@ These represent the limits when unstructured files are used to *Create new proje
129133
These represent the limits when REST API is used to answer a question based without having to create a project/knowledge base:
130134
* Number of documents: 5
131135
* Maximum size of a single document: 5,120 characters
132-
* Maximum three responses per document.
136+
* Maximum three responses per document.

0 commit comments

Comments
 (0)