I have retrieved the latest Health Text Analytics container, and when I run it locally it will load, but any request produces the following exception (full output is attached):
fail: Microsoft.CloudAI.Containers.TextAnalytics.Health.Processor.HealthV3Dot1Preview4Processor[0]
Microsoft.CloudAI.Containers.TextAnalytics.TATK.Exceptions.ModelException: The NER model is currently loading. Please try again soon. at Microsoft.CloudAI.Containers.TextAnalytics.HealthcareClient.HealthcareClient.BatchPredictFromGrpcAsync(IList`1 batchInput, Boolean isExternalRequest, RequestCorrelation correlation, String modelVersion, CancellationToken cancellationToken) in /source/src/container/src/Health/Client/HealthcareClient.cs:line 234
When calling /ready the result is always "unready". I was able to deploy the container to an Azure Docker Web App successfully, so I believe my end point/api key configuration is correct. This has happened on two computers so far. Is this a resource issue?
Thanks for the help!