Azure / azure-sdk-for-java

This repository is for active development of the Azure SDK for Java. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/java/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-java.
MIT License
2.24k stars 1.92k forks source link

Azure AI Search Sample Issues #38908

Open faynef opened 4 months ago

faynef commented 4 months ago

1.

Section link: image

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)

2.

Section link1, link2: image

Reason: Parameter error.

Suggestion: Update to synonymmap.

3.

Section link: image

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.

jairmyree commented 4 months ago

I'll address this.

v-xuto commented 1 month ago

I'll address this.

@jairmyree Regarding the progress of fixing this issue, what's the current status?

jairmyree commented 1 month ago

@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.