Closed tung238 closed 3 months ago
Label prediction was below confidence level 0.6
for Model:ServiceLabels
: 'Storage:0.3783393,Extensions:0.05948581,Tables:0.051196944'
Thank you for your feedback. Tagging and routing to the team member best able to assist.
@rokulka can you take a look? Our default polling is every 1s if the service doesn't send back a Retry-After
header, so any change to timing is not likely the SDK.
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @bingisbestest, @nerajput1607.
Author: | tung238 |
---|---|
Assignees: | heaths |
Labels: | `Service Attention`, `customer-reported`, `question`, `needs-team-attention`, `Service`, `Cognitive - QnA Maker` |
Milestone: | - |
I have verified that the service is sending back a Retry-After: 00:00:30
header, which the newer SDKs honor. @peytonfraser @rokulka this might be something for the service to consider.
This is a major issue for our products that use QuestionAnswering as well. And ideas if/when this may be resolved? @peytonfraser @rokulka @heaths
Hi @tung238, we deeply appreciate your input into this project. Regrettably, this issue has remained unresolved for over 2 years and inactive for 30 days, leading us to the decision to close it. We've implemented this policy to maintain the relevance of our issue queue and facilitate easier navigation for new contributors. If you still believe this topic requires attention, please feel free to create a new issue, referencing this one. Thank you for your understanding and ongoing support.
Library name and version
Azure.AI.Language.QuestionAnswering 1.1.0-beta.2
Describe the bug
We are using Azure QuestionAnswering for our product and recently we saw that all QuestionAnswering's APIs we used to update QnA, Source, and publish Knowledgebase become too slow, previously it usually takes 5 seconds but now takes ~30 seconds to complete. APIs which we notice the slowness in QuestionAnsweringProjectsClient: UpdateSourcesAsync UpdateQnasAsync DeployProjectAsync
This is a sample result of API call:
It looks like azure takes 7 seconds to complete but my side only receives this 30 seconds after trigger request. This happens even with our staging environment on azure so it is not an internet connectivity issue. The issue also happened with Azure.AI.Language.QuestionAnswering library version 1.1.0-beta.1
Time running the benchmark:
Expected behavior
APIs should complete in ~5 seconds
Actual behavior
APIs take ~30 seconds to complete
Reproduction Steps
I created a minimal project for reproducing the issue
https://github.com/tung238/QuestionAnsweringIssue
Environment
.NET SDK (reflecting any global.json): Version: 6.0.201 Commit: ef40e6aa06
Runtime Environment: OS Name: Windows OS Version: 10.0.22000 OS Platform: Windows RID: win10-x64 Base Path: C:\Program Files\dotnet\sdk\6.0.201\
Host (useful for support): Version: 6.0.3 Commit: c24d9a9c91
.NET SDKs installed: 3.1.416 [C:\Program Files\dotnet\sdk] 5.0.405 [C:\Program Files\dotnet\sdk] 6.0.102 [C:\Program Files\dotnet\sdk] 6.0.200 [C:\Program Files\dotnet\sdk] 6.0.201 [C:\Program Files\dotnet\sdk]
.NET runtimes installed: Microsoft.AspNetCore.App 3.1.22 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App] Microsoft.AspNetCore.App 5.0.14 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App] Microsoft.AspNetCore.App 6.0.2 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App] Microsoft.AspNetCore.App 6.0.3 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App] Microsoft.NETCore.App 3.1.22 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App] Microsoft.NETCore.App 5.0.14 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App] Microsoft.NETCore.App 6.0.2 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App] Microsoft.NETCore.App 6.0.3 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App] Microsoft.WindowsDesktop.App 3.1.22 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App] Microsoft.WindowsDesktop.App 5.0.14 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App] Microsoft.WindowsDesktop.App 6.0.2 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App] Microsoft.WindowsDesktop.App 6.0.3 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]