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/limits.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,11 +11,11 @@ ms.date: 11/02/2021
11
11
12
12
# Project limits and boundaries
13
13
14
-
Question answering limits provided below are a combination of the [Azure Cognitive Search pricing tier limits](../../../search/search-limits-quotas-capacity.md) and question answering limits. Both sets of limits affect how many knowledge bases you can create per resource and how large each knowledge base can grow.
14
+
Question answering limits provided below are a combination of the [Azure Cognitive Search pricing tier limits](../../../../search/search-limits-quotas-capacity.md) and question answering limits. Both sets of limits affect how many knowledge bases you can create per resource and how large each knowledge base can grow.
15
15
16
16
## Knowledge bases
17
17
18
-
The maximum number of knowledge bases is based on [Azure Cognitive Search tier limits](../../../search/search-limits-quotas-capacity.md).
18
+
The maximum number of knowledge bases is based on [Azure Cognitive Search tier limits](../../../../search/search-limits-quotas-capacity.md).
@@ -55,7 +55,7 @@ The maximum number of deep-links that can be crawled for extraction of question
55
55
56
56
## Metadata limits
57
57
58
-
Metadata is presented as a text-based `key:value` pair, such as `product:windows 10`. It is stored and compared in lower case. Maximum number of metadata fields is based on your **[Azure Cognitive Search tier limits](../../../search/search-limits-quotas-capacity.md)**.
58
+
Metadata is presented as a text-based `key:value` pair, such as `product:windows 10`. It is stored and compared in lower case. Maximum number of metadata fields is based on your **[Azure Cognitive Search tier limits](../../../../search/search-limits-quotas-capacity.md)**.
59
59
60
60
If you choose to projects with multiple languages in a single language resource, there is a dedicated test index per project/knowledge base. So the limit is applied per project/knowledge base in the language service.
61
61
@@ -90,7 +90,7 @@ Overall limits on the content in the knowledge base:
* Maximum number of question-answer pairs: Depends on the **[Azure Cognitive Search tier](../../search/search-limits-quotas-capacity.md#document-limits)** chosen. A question and answer pair maps to a document on Azure Cognitive Search index.
93
+
* Maximum number of question-answer pairs: Depends on the **[Azure Cognitive Search tier](../../../../search/search-limits-quotas-capacity.md#document-limits)** chosen. A question and answer pair maps to a document on Azure Cognitive Search index.
The knowledge base query prediction request is controlled by the web app plan and web app. Refer to [recommended settings](azure-resources.md#recommended-settings) to plan your pricing tier.
@@ -46,7 +46,7 @@ Proper resource selection means your knowledge base answers query predictions su
46
46
47
47
If your knowledge base isn't functioning properly, it's typically an issue of improper resource management.
48
48
49
-
Improper resource selection requires investigation to determine which [resource needs to change](azure-resources.md#when-to-change-a-pricing-tier).
49
+
Improper resource selection requires investigation to determine which [resource needs to change](azure-resources.md#pricing-tier-considerations).
50
50
51
51
## Project
52
52
@@ -100,7 +100,7 @@ Does your client application support conversation flow, either by providing alte
100
100
101
101
### Active learning from a client application
102
102
103
-
Question answering uses _active learning_ to improve your knowledge base by suggesting alternate questions to an answer. The client application is responsible for a part of this [active learning](../How-To/use-active-learning.md). Through conversational prompts, the client application can determine that the knowledge base returned an answer that's not useful to the user, and it can determine a better answer. The client application needs to send that information back to the knowledge base to improve the prediction quality.
103
+
Question answering uses _active learning_ to improve your knowledge base by suggesting alternate questions to an answer. The client application is responsible for a part of this [active learning](../tutorials/active-learning.md). Through conversational prompts, the client application can determine that the knowledge base returned an answer that's not useful to the user, and it can determine a better answer. The client application needs to send that information back to the knowledge base to improve the prediction quality.
0 commit comments