
Ultimate access to all questions.
You are asked to implement a document intelligence model as a custom Azure AI Search skill to enhance search capabilities within a legal document repository. Describe how you would integrate this model with Azure AI Search, including the configuration of the skillset and the enrichment process. Additionally, explain how you would ensure the scalability and reliability of this integration.
A
Integrate the model via REST API, configure a single skillset for all documents, ensure scalability by manual instance scaling.
B
Integrate the model using Azure SDK, configure dynamic skillsets based on document type, ensure scalability by autoscaling based on search query load.
C
Integrate the model via Web API, configure static skillsets, ensure scalability by pre-scaling instances based on historical data.
D
Integrate the model using Azure Functions, configure skillsets per document category, ensure scalability by autoscaling based on document ingestion rate.