Cannot update maximumPageLength or pageOverlapLength in #Microsoft.Skills.Text.SplitSkill

Fumika Isono 25 Reputation points
2023-11-28T20:47:25.0966667+00:00

I used a new feature Import and vectorize data in a Search service to create an indexer, a skillset and the indexer all together. After that, I tried to modify the maximumPageLength and pageOverlapLength variables of SplitSkill defined in a skillset, but those changes does not affect the text split results seen in the index after resetting and running the indexer. I see that changing the inputs variable in SplitSkill changes the index so this problem seems to apply specifically to maximumPageLength and pageOverlapLength variables. How can I solve this problem, or is this a bug?

Azure AI Video Indexer
Azure AI Video Indexer
An Azure video analytics service that uses AI to extract actionable insights from stored videos.
68 questions
Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
832 questions
0 comments No comments
{count} votes

Accepted answer
  1. brtrach-MSFT 15,786 Reputation points Microsoft Employee
    2023-12-03T21:33:19.6633333+00:00

    @Fumika Isono Just a heads up that the maximumPageLength and pageOverlapLength variables are immutable, which means that they cannot be updated once the skillset has been created. Therefore, any changes you make to these variables will not affect the text split results seen in the index.

    If you want to change the maximumPageLength and pageOverlapLength variables, you will need to create a new skillset with the updated values and use that skillset to create a new indexer.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful