Azure-Samples / azureai-samples

Official community-driven Azure AI Examples
MIT License
272 stars 180 forks source link

Azure AI Search skills always null output #144

Closed i02coroj closed 1 week ago

i02coroj commented 1 week ago

Operating System

Windows

Version Information

Output from Azure AI Search skills is always null

Steps to reproduce

  1. Create an Azure AI Search resource
  2. Create an data source, indexer and index
  3. Attach a skillset to the indexer, with a text translation skill.
  4. Set input and output fields for the skill
  5. Output is always null (even when it works if you create a debug session with the exact same skill)

Expected behavior

Output field contains the result of the skill execution

Actual behavior

Always null

Addition information

Example resource where this behaviour can be reproduced: netcoreconf-search02

i02coroj commented 1 week ago

Hi. sorted. In case somebody experiences the same it's because outbound mappings have to be added to the indexer, creating the skillset and assigning it to the indexer is not enough.

Cheers.