This repository is for active development of the Azure SDK for JavaScript (NodeJS & Browser). For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/javascript/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-js.
MIT License
2.1k
stars
1.21k
forks
source link
@azure/search-documents Missing type pageOverlapLength in SplitSkill #31761
Describe the bug
Missing pageOverlapLength in SearchIndexerSkill for SplitSkill.
To Reproduce
Steps to reproduce the behavior:
Create a new skillset of type Text.SplitSkill
Set pageOverlapLength will be highlighted as "Object literal may only specify known properties, and 'pageOverlapLength' does not exist in type 'SplitSkill'"
Expected behavior
Expect pageOverlapLength: number to be included in type SplitSkill.
Describe the bug Missing
pageOverlapLength
inSearchIndexerSkill
forSplitSkill
.To Reproduce Steps to reproduce the behavior:
pageOverlapLength
will be highlighted as "Object literal may only specify known properties, and 'pageOverlapLength' does not exist in type 'SplitSkill'"Expected behavior Expect
pageOverlapLength: number
to be included in typeSplitSkill
.Screenshots
Additional context This is available in the Python SDK, example: https://learn.microsoft.com/en-us/azure/search/tutorial-rag-build-solution-pipeline#create-a-skillset