When going through the Add code to the application in Create a Question Answering Solution exercise, the variables ai_project_name and ai_deployment_name don't exist because in the given qna-app.py file the config variables are currently defined as project_name and deployment_name.
When going through the Add code to the application in Create a Question Answering Solution exercise, the variables
ai_project_name
andai_deployment_name
don't exist because in the givenqna-app.py
file the config variables are currently defined asproject_name
anddeployment_name
.https://github.com/MicrosoftLearning/mslearn-ai-language/blob/main/Instructions/Exercises/02-qna.md
https://github.com/MicrosoftLearning/mslearn-ai-language/blob/main/Labfiles/02-qna/Python/qna-app/qna-app.py
Need to update the config variables in the
qna-app.py
.