Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@azure/search-documents Missing type pageOverlapLength in SplitSkill #31761

Open
3 of 6 tasks
ds-delta opened this issue Nov 14, 2024 · 1 comment
Open
3 of 6 tasks

@azure/search-documents Missing type pageOverlapLength in SplitSkill #31761

ds-delta opened this issue Nov 14, 2024 · 1 comment
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. customer-reported Issues that are reported by GitHub users external to the Azure organization. needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team question The issue doesn't require a change to the product in order to be resolved. Most issues start as that Search Service Attention Workflow: This issue is responsible by Azure service team.

Comments

@ds-delta
Copy link

  • Package Name:
  • @azure/search-documents
  • Package Version:
  • 12.25.0
  • Operating system:
  • macOS
  • nodejs
    • version:
    • v20.17
  • browser
    • name/version:
  • typescript
    • version: 5.5.4
  • Is the bug related to documentation in

Describe the bug
Missing pageOverlapLength in SearchIndexerSkill for SplitSkill.

To Reproduce
Steps to reproduce the behavior:

  1. Create a new skillset of type Text.SplitSkill
  2. 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.

Screenshots
Image

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

@github-actions github-actions bot added Client This issue points to a problem in the data-plane of the library. customer-reported Issues that are reported by GitHub users external to the Azure organization. needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team question The issue doesn't require a change to the product in order to be resolved. Most issues start as that Search Service Attention Workflow: This issue is responsible by Azure service team. labels Nov 14, 2024
Copy link

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @bleroy @MarkHeff @miwelsh @tjacobhi.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Client This issue points to a problem in the data-plane of the library. customer-reported Issues that are reported by GitHub users external to the Azure organization. needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team question The issue doesn't require a change to the product in order to be resolved. Most issues start as that Search Service Attention Workflow: This issue is responsible by Azure service team.
Projects
None yet
Development

No branches or pull requests

2 participants