AI-102 Question 298
Single answerYou are tasked with creating a custom question answering project in Azure AI to help users retrieve answers from a set of organizational documents. After uploading the documents, what is the next step required to ensure your project is ready to provide accurate responses?
- A
Train the model using labeled data to improve performance.
- B
Manually configure intents and entities to align with your data.
- C
Test the knowledge base by submitting sample queries.
- D
Enable the project and publish it to an endpoint.
Show answer and explanation
Correct answer: C
Explanation
After uploading documents to a custom question answering project in Azure AI, the next step is to test the knowledge base by submitting sample queries. This allows you to validate the system's ability to extract and respond with accurate information before publishing the project for broader use.
- A. Incorrect.
Training the model is not required for a custom question answering project since the AI service automatically extracts and processes information from uploaded documents.
- B. Incorrect.
Manually configuring intents and entities is a step related to conversational AI services like Azure Bot Framework, not the custom question answering feature.
- C. Correct.
Testing the knowledge base by submitting sample queries is the next critical step to validate that the system can correctly extract and respond with relevant information from the uploaded documents.
- D. Incorrect.
Publishing the project is a later step after ensuring the knowledge base is functional and accurate through testing.