Typo in the return value of the 1040 tax form recognition
The return value for the filing status option "Married filing separately (MFS)" in the 1040 form is currently married_filling_separately. It should be married_filing_separately with only one l.
Unable to create flow: Please grant workspace/registry read access to the source storage account.
I'm working through a tutorial on custom copilots and am stuck trying to deploy a prompt flow. It seems the tutorial has not provided the prerequisite steps. The full message is "Unable to create flow. CloudDependencyPermission: This request is not…
Implement a GPT-4o Realtime based voice assistant
Hi Team, Do we need to implement webRTC or sockets to implement a GPT-4o Realtime based voice assistant in our ios/android hybrid app? We thought it may be enough to enable audio port access via. app and as/when user speaks, the assistant is listening to…
Azure AI studio- this message is coming even web app is deleted. "Deploying web app: Deploying the web app takes a few minutes. You can view the status on the Deployments tab"
this Deploying web app issue coming in every times even web app has already been deleted: Deploying the web app takes a few minutes. You can view the status on the Deployments tab. Please provide me any solution on this.
Error rate_limit_exceeded: Rate limit is exceeded. Try again in 86400 seconds. How do I solve this? I’ve already waited days and still can’t run tests in the AI assistant playground in Azure Studio
Error rate_limit_exceeded: Rate limit is exceeded. Try again in 86400 seconds. How do I solve this? I’ve already waited days and still can’t run tests in the AI assistant playground in Azure Studio
Network Error when deploying from Azure OpenAI Studio to Copilot Studio
Azure AI Studio deployment to Copilot Studio , during the wizard i am facing this issue "Network Error"
Issues with Custom GenAI Extraction Projects
Since yesterday I am encountering strange issues with Custom GenAI Extraction Projects in Azure AI Studio. One out of 5 projects seems fine but for the other ones: documents that were previously uploaded and labelled, disappeared from the project and…
How do i fixed openai.BadRequestError: Error code: 400 - {'error': {'code': 'invalidPayload', 'message': 'The specified file reference must point to a completed file import.'}}
How do i fixed openai.BadRequestError: Error code: 400 - {'error': {'code': 'invalidPayload', 'message': 'The specified file reference must point to a completed file import.'}}
Azure OCR Kurdish language support
Using Document Intelligence Studio and Azure AI services, computer vision can extract Kurdish text from image files. However, the extracted data shows significant deviations when compared to the original text.
Is Tracing no longer available in AI Studio?
According to this document https://learn.microsoft.com/en-us/azure/ai-studio/how-to/develop/trace-local-sdk?tabs=python#collections Tracing is a feature under Tools. However, I can no longer see this option in AI Studio. I also try a simple program…
500 Internal Server Error while hitting azure prebuilt-document sync analyse endpoint. Async endpoint works just fine.
Facing the same issue with general document api as here Async endpoint works but sync endpoint throws errorResponseHttpStatus='500' errorCode='UnhandledEndpointException' Using mcr.microsoft.com/azure-cognitive-services/form-recognizer/document-3.0…
Azure AI Search - Prevent rerunning AI Skills on Indexer or Index loss
I'm working on a project that is going to index a large number of blobs from Azure storage (pdfs and images) with an OCR skill to do text extraction for use in Azure Search. Using OCR to index all of this data is likely to cost multiple thousands of…
AZURE OCR Support for kurdish sorani language.
With help of Document Intelligence Studio and Azure AI Vison able to extract the kurdish(sorani) data from images but observed that data deviation exist by comparing with actual image data.
Llama 3.1 serverless deploys limited to size 4096 context window
Hi, We've been testing and using Llama 3.1 on serverless deployments for the past few months. However, it seems that the models no longer support context windows larger than 4096 tokens. I can confirm that this limit exists even when sending a raw HTTPS…
I cannot get the Bing Spellcheck API to work for market es-us
I am testing the Bing spellcheck API to use it with my translation memory. I built a webpage that pulls results via the API and I can only get it to work with market en-us. However, I need to use it with market es-us (Spanish), but it will not return any…
Is the Azure Cognitive Speech Studio , Nuget package supports only .WAV file as input?
I was trying to use the Microsoft.CognitiveServices.Speech nuget package to transcribe an audio file into text, but when working I could only convert an .WAV file and no other formats such as MP3, MPEG etc, Does the package only supports .WAV files? or…
How to identify filler words in Azure AI Speech
Hi team. Is there any feature in Azure Speech that can help us identify filler words? Please point me to the right documentation if there is any. Thanks, Sai Vishnu Soudri
My mistral-large-2407 serverless deployment api is suddenly failing
I am using a serverless mistral-large-2407 model. I connect over langchain tothe OpenAI-Api-Endpoint. Since the 08 November 2024 my requests are failing. I connect to the OpenAI-Endpoint in the following way: from langchain_openai import …
False Positives in Azure Content Safety Image Moderation (Paid Plan)
We are using the paid version of Azure AI Content Safety to moderate images, but we’re encountering multiple false positives—images flagged as inappropriate when they shouldn’t be. Is there a way to fine-tune or adjust the model to reduce these false…
Structured Output in gpt-4o-mini
I was attempting to test the structured outputs feature from this article, specifically the MathReasoning example: https://platform.openai.com/docs/guides/structured-outputs/introduction I was using the gpt-4o-mini deployment from Azure AI Studio and…