You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have seen some issues with the labs of AI-102 course. The instructions of some of the labs are outdated and not precise to complete the lab. I'm mentioning some issues here:
Lab 12 - Use your own data with Azure OpenAI : When we need to add the data then as per the instructions it is requested to create the embedding model which was not supported in the lab environment. Some of the instructions weren't elaborating the steps clearly.
Lab 13 - Create a Custom Skill for Azure AI Search : I followed each and every step of the instructions but I'm stuck at the step where I have to run create-search.cmd script to create the data source, skillset, indexer and index. As per the script it is supposed to be creating these but it is not doing so in my case, it is only showing it as failed for skillset part. The error raised depicted that the issue is with the version of Microsoft.Skill.Text.EntityRecognition, and we should use Microsoft.Skill.Text.V3.EntityRecognition. I referred to some documentation to fix the issue and somehow fixed it as the script was not updated. Later on, I faced another issue with the creation of Function App as the validation failed multiple times during it's creation.
Kindly go through that. Thank you.
The text was updated successfully, but these errors were encountered:
Hi Team,
I have seen some issues with the labs of AI-102 course. The instructions of some of the labs are outdated and not precise to complete the lab. I'm mentioning some issues here:
Lab 12 - Use your own data with Azure OpenAI : When we need to add the data then as per the instructions it is requested to create the embedding model which was not supported in the lab environment. Some of the instructions weren't elaborating the steps clearly.
Lab 13 - Create a Custom Skill for Azure AI Search : I followed each and every step of the instructions but I'm stuck at the step where I have to run create-search.cmd script to create the data source, skillset, indexer and index. As per the script it is supposed to be creating these but it is not doing so in my case, it is only showing it as failed for skillset part. The error raised depicted that the issue is with the version of Microsoft.Skill.Text.EntityRecognition, and we should use Microsoft.Skill.Text.V3.EntityRecognition. I referred to some documentation to fix the issue and somehow fixed it as the script was not updated. Later on, I faced another issue with the creation of Function App as the validation failed multiple times during it's creation.
Kindly go through that. Thank you.
The text was updated successfully, but these errors were encountered: