Prompt flow deployment of endpoint failed Registering flow as model for deployment
I've created a Prompt Flow in Azure AI Studio, and when I go to deploy it, the Machine Learning online endpoint successfully deploys, but then I get an error that "Registering flow as model for deployment" failed. Nothing else gets deployed…
How do I fix a 403 "This request is not authorized to perform this operation using this permission." error when accessing a newly created Language Studio project?
I am trying to work my way through the Extract Custom Entities exercise. I am running into an issue when trying to access a newly created project. I can get though the creation steps, but when I click on the project, I get a 403 error that states…
Language Studio Auto-labeling with GPT not working, job always fails!
I have followed exactly the instruction provided in the link for auto labeling with GPT: https://learn.microsoft.com/en-us/azure/ai-services/language-service/custom-named-entity-recognition/how-to/use-autolabeling?tabs=autolabel-model However, every…
Issue with API endpoints error when managing deployments in Microsoft Machine Learning Services workspace
I am facing an issue where the workspace MSI doesn't have permissions to access online endpoints for my Microsoft Machine Learning Services workspace. The service invocation failed, and I received 403 Forbidden error when trying to access the API…
Runtime Model not working - Exercise - Train a multiple linear regression model
https://learn.microsoft.com/en-us/training/modules/understand-regression-machine-learning/5-exercise-multiple-linear-regression
Azure AI Studio - Mistral Small deployment (Serverless API) repeated error "Request failed with status code 500..."
Hello, I'm getting a repeated error in Azure AI Studio, Mistral Small model deployment (Serverless API), when trying to chat with it in the chat playground. The following repeated error: "Request failed with status code 500. Clear the output to…
Azure AI assistance Upload multiple files search issue
Hi Team, I was using the Azure AI assistance for the file search through the vector store. I have uploaded the 2 JSON files. However, the data is retrieved from the first file only. And also some times answers are not coming accurately. The main issue…
Intermittently, I get an error in AI Studio Assistant.
Hi, I'm currently chatting with Assistant in AI Studio and getting an intermittent “server_error: Sorry, something went wrong. RunId: run_xxxxxxxxxxxx” error occurs. Please let me know why this error is occurring and how to fix it.
Unable to switch directory in Document Intelligence Studio
I am taking the Azure AI Fundamentals course in Microsoft Learn. As part of the exercises, I use Document Intelligence Studio. https://documentintelligence.ai.azure.com/studio There are two directories under my account. And the non-default directory is…
text-embedding-3-large is not shown while creating index in Azure ai studio
We recently deployed text-embedding-3-large embedding model in OpenAi instance. We expect to see this model while creating index from AI studio. At this moment text-embedding-ada-002 is selected by default and it doesn't show the option to choose…
ETA for Structured Output feature rollout on GPT-4o-mini
I am finding the Structured Output feature of the recent GPT 4o models very useful, but it isn't available for the GPT-4o-mini model yet. Can you give me an estimated time for when we can expect this feature to be rolled out for GPT-4o-mini?
Getting aborted error when using TTS Avatar synthesis API.
I am using Azure TTS avatar batch synthesis API. The request is submitted successfully but the response is not started like 30 mins and later I tried with the jobId then the response is it is aborted. Help me with debugging this issue and let mw know why…
Does Azure offer any ready-made chat solutions for GPT O-1 Preview?
Is there any product Microsoft offers that incorporates unlimited or at least less restricted access to the o1-preview GPT model than actual ChatGPT does with its harsh weekly limit? I'm looking for a ready-made solution and not something requiring me to…
Ai Studio, Why there is not option to update index through direct "Index" button which is given Under "Components"?
On Microsoft Community the answers available provide answers using "Open Ai" Studio but I am specifically want an answer using Ai Studio. Secondly, the option of "schedule update" is available when I use "Chat Playground"…
How can I test OpenAI Azure models with AutoGen etc?
Hi, reaching out from here because I couldnt submit support ticket! I started working with a new microsoft tech focused company in Finland called Tietokeskus and one of my areas of expertise is AI. How can I add credits so that I can test Azure OpenAI…
Azure AI Studio indexing seems to be broke now
Within Azure AI Studio, in the Indexes section, im creating a new index. The payload is a bunch of webpages. Add Vector search to this search resource is enabled. After a few minutes I recieve the error It would seem that something has broken between…
Unable to create CLU project with Azure Language service and Disable Local Auth - true
Hello, I need some help creating a CLU project with Azure Language service with disabled Local Auth set to true. Here are the steps I followed so far: I created an Azure Language resource with User Managed Identity. I set the Disable Local Auth…
TTS: wrong syllable stressed, despite stress marker present
Using the microsoft-cognitiveservices-speech-sdk for JS, I am sending a SSML fragment with IPA characters including stress being marked, but the generated audio has the stress on the wrong syllable: <speak version="1.0" …
AI Studio, How can i update data without creating an entirely new vector index?
So I have tried Azure Machine Learning Studio and was exploring AI Studio. I added some data, created a vector index, created a prompt flow, etc. Now I have this issue. I have this vector index that is being used by my prompt flow AI chatbot and i…
Azure AI Studio on SQL data base - Problem retrieving Numerical fields
Hi, I've imported data from Azure SQL database and created an embedding on a combined text column CombinedText (concatenation of all textual columns) I used the AI skillset below to create embeddings on the CombinedText…