Skip to content

Commit 5227e7a

Browse files
authored
Merge pull request #104535 from JoeD-MSFT/patch-1
Update cognitive-search-skill-entity-recognition-v3.md
2 parents f975b81 + 5489720 commit 5227e7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/cognitive-search-skill-entity-recognition-v3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The **Entity Recognition** skill (v3) extracts entities of different types from
2323
Microsoft.Skills.Text.V3.EntityRecognitionSkill
2424

2525
## Data limits
26-
The maximum size of a record should be 50,000 characters as measured by [`String.Length`](/dotnet/api/system.string.length). If you need to break up your data before sending it to the EntityRecognition skill, consider using the [Text Split skill](cognitive-search-skill-textsplit.md).
26+
The maximum size of a record should be 50,000 characters as measured by [`String.Length`](/dotnet/api/system.string.length). If you need to break up your data before sending it to the EntityRecognition skill, consider using the [Text Split skill](cognitive-search-skill-textsplit.md). When using a split skill, set the page length to 5000 for the best performance.
2727

2828
## Skill parameters
2929

0 commit comments

Comments
 (0)