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.'}}
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…
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…
How to fix ai azure content safety customised cateogries training data failed issue
I have been trying to create AI azure content safety custom categories. And I have uploaded training data, and which seems fine (attaching the training data for your reference) but after 5-6 hours I am getting an following error. I have tried multiple…
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.
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 …
Is Tracing no longer available in AI Studio?
According to this document https://video2.skills-academy.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…
Getting Cosmos DB error while evaluating python-based RAG chat app using prompt flow SDK
Hi, I am following this https://video2.skills-academy.com/en-us/azure/ai-studio/tutorials/copilot-sdk-evaluate-deploy link and trying to evaluate my RAG based chat app. At the evaluation step, I am getting the below error: The workspace Cosmos DB is not…
How can I get the endpoint to communicate to the OpenAI service, without `APIConnectionError`?
Hello Microsoft community, I have followed step 1, 2 and 3 of the Build a custom chat app with the prompt flow SDK tutorial. ✅ Part 1: Set up resources ✅ Part 2: Add data retrieval to a chat app ❓Part 3: Evaluate and deploy a chat app I…
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
Fail to deploy chatbot from Azure AI Studio
I am targeting to deploy a RAG chatbot as web app through azure AI studio and Web App service. The machine successful to start but application keep response status 500 internal server error. After checking the application log, i found following error…
Azure ML | Export Data from Azure MLTable to SharePoint List
Hello, I have processed data in a Azure ML table which gets updated via PromptFlow periodically. How can I export this Azure MLTable to a SharePoint List? Thank You, Avni Bhatt
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 Guidance for Phi-3.5 endpoint not working
Several weeks ago, I set up an Phi-3.5-mini-instruct endpoint using Azure AI Studio. I then code based on the following tutorial: https://github.com/microsoft/Phi-3CookBook/blob/main/code/01.Introduce/guidance.ipynb The code worked as of Wednesday,…
Transitioning from Azure AI Image Analysis to Florence 2.0 for Background Removal
Hi everyone, I recently received an email from Azure informing me that on January 10, 2025, the Azure AI Image Analysis 4.0 Segment API and its background removal service will be retired. I’ve been using this service to remove backgrounds from uploaded…
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"
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…
Authentication Failed When Creating Prompt Flow
I want to create prompt flow in Azure AI Studio. However, I face the following issue: Authentication Failed Unable to access the dag.yaml file with original storage location at Users/MY_USERNAME/promptflow/MY_PROMPT_FLOW/flow.dag.yaml. Please check the…
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…
url retured as null to HTTP POST
Hi, URL field in the POST HTTP request is returned null when I call on GPT 4o deployed in Azure AI Studio on my Azure AI search Index. This is despite the Index in Azure AI studio showing I've mapped url to a DocUrl ( custom field created to map to…