Skip to content

Commit c186cc8

Browse files
authored
Update luis-boundaries.md
You can't have more than 10 global phrase lists because that means each model would have 10 phrase lists as descriptors, and the model as a feature limit states that you can only have 10 phrase lists as a descriptor to each model, but it's not obvious to people that this is what's happening when they try to create more than 10 global phrase lists.
1 parent 056f46e commit c186cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/LUIS/luis-boundaries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ If your app exceeds the LUIS model limits and boundaries, consider using a [LUIS
3434
| [Preview - Dynamic list entities](https://aka.ms/luis-api-v3-doc#dynamic-lists-passed-in-at-prediction-time)|2 lists of ~1k per query prediction endpoint request|
3535
| [Patterns](luis-concept-patterns.md)|500 patterns per application.<br>Maximum length of pattern is 400 characters.<br>3 Pattern.any entities per pattern<br>Maximum of 2 nested optional texts in pattern|
3636
| [Pattern.any](./luis-concept-entity-types.md)|100 per application, 3 pattern.any entities per pattern |
37-
| [Phrase list][phrase-list]|500 phrase lists. Non-interchangeable phraselist has max of 5,000 phrases. Interchangeable Phraselist has max of 50,000 phrases. Maximum number of total phrases per application of 500,000 phrases.|
37+
| [Phrase list][phrase-list]|500 phrase lists. 10 global phrase lists due to the model as a feature limit. Non-interchangeable phraselist has max of 5,000 phrases. Interchangeable Phraselist has max of 50,000 phrases. Maximum number of total phrases per application of 500,000 phrases.|
3838
| [Prebuilt entities](./luis-prebuilt-entities.md) | no limit|
3939
| [Regular expression entities](./luis-concept-entity-types.md)|20 entities<br>500 character max. per regular expression entity pattern|
4040
| [Roles](luis-concept-roles.md)|300 roles per application. 10 roles per entity|

0 commit comments

Comments
 (0)