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
|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.
23
28
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.
25
29
26
30
## Extraction limits
27
31
@@ -129,4 +133,4 @@ These represent the limits when unstructured files are used to *Create new proje
129
133
These represent the limits when REST API is used to answer a question based without having to create a project/knowledge base:
130
134
* Number of documents: 5
131
135
* Maximum size of a single document: 5,120 characters
0 commit comments