複数の PDF ドキュメントを含む製品ナレッジベースがあります。 ナレッジベースのデータに基づいて応答を提供するチャットボットを構築する必要があります。ソリューションは、開発の労力とコストを最小限に抑える必要があります。 ソリューションには何を含めるべきですか?
正解:C
To build a chatbot that provides responses based on data in a knowledgebase of PDF documents, Azure AI Language custom question answering is the best option. This service allows you to quickly create a knowledge-based chatbot by extracting information from documents (such as PDFs) and answering questions based on that content. It minimizes development effort and costs since it provides an out-of-the-box solution for handling questions and generating answers based on unstructured data like PDFs.