Skip to content

Commit ca5d533

Browse files
committed
Addressed blocking issue
1 parent 5f8bdf1 commit ca5d533

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/search/cognitive-search-skill-custom-entity-lookup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ This skill is not bound to a Cognitive Services API and can be used free of char
2424
Microsoft.Skills.Text.CustomEntityLookupSkill
2525

2626
## Data limits
27-
1. The maximum input record size supported is 256 MB. If you need to break up your data before sending it to the custom entity lookup skill, consider using the [Text Split skill](cognitive-search-skill-textsplit.md).
28-
1. The maximum entities definition table supported is 10 MB if it is provided using the *entitiesDefitionUri* parameter.
29-
1. If the entities are defined inline, using the *inlineEntitiesDefinition* parameter, the maximum supported size is 10 KB.
27+
+ The maximum input record size supported is 256 MB. If you need to break up your data before sending it to the custom entity lookup skill, consider using the [Text Split skill](cognitive-search-skill-textsplit.md).
28+
+ The maximum entities definition table supported is 10 MB if it is provided using the *entitiesDefitionUri* parameter.
29+
+ If the entities are defined inline, using the *inlineEntitiesDefinition* parameter, the maximum supported size is 10 KB.
3030

3131
## Skill parameters
3232

0 commit comments

Comments
 (0)