Azure AI Search Sample Issues
Section link:
Reason: Skillset 'hotels-sample-skillset' contains a skill of type 'Microsoft.Skills.Text.EntityRecognitionSkill' which is not supported in this API version.
Suggestion:
Update to EntityRecognitionSkill(inputs, outputs, EntityRecognitionSkillVersion.V3)
Reason: Parameter error.
Suggestion: Update to synonymmap.
Section link:
Reason: The request is invalid. Details: index : Found 0 key fields in index 'index'. Each index must have exactly one key field.
Suggestion:
Add SimpleField or SearchableField annotations to the Hotel class
@JsonProperty(value = "HotelId")
@SimpleField(isKey = true)
public String getHotelId() {
return this.hotelId;
}
@sandeep-sen , @joshfree , @hector-norza and @alzimmermsft for notification.
I'll address this.
I'll address this.
@jairmyree Regarding the progress of fixing this issue, what's the current status?
@v-xuto My apologies, this got backlogged in favor of other work items. Since it's been open since Feb I'll bubble this and take care of it now. It shouldn't be much of a PR.
@jairmyree Your PR#34608 does not fix the link2 part in issue2. I have created a PR https://github.com/Azure/azure-sdk-for-java/pull/40355 to fix this issue. Can you please review and approve it?
This issue has been fixed.