
Ultimate access to all questions.
You are tasked with creating a custom question answering solution for a large e-commerce company that has a vast knowledge base of products and their descriptions. The company wants to provide a chatbot for their customers to answer their queries about products. How would you approach this task using Azure AI Language?
A
Create a custom question answering project in Azure AI Language, add question-and-answer pairs manually, import sources, train and test the knowledge base, and publish it.
B
Use pre-built question answering models available in Azure AI Language and fine-tune them with the company's data.
C
Create a custom question answering project in Azure AI Language, import sources, train and test the knowledge base, and publish it without adding any question-and-answer pairs manually.
D
Use a third-party question answering solution and integrate it with the company's chatbot.