Azure AI Studio - Prompt flow - "Flow is missing" error
I am trying to create a prompt flow in Azure AI studio, and I keep getting the "Flow is missing" when I try to open the flow after creating it. I have tried all types of flows i.e. standard, chat and evaluation. I am not able to proceed…
deploying Chat bot in web app takes forever.
Hi team i have created an ai model more like an chatbot and am trying to deploy it over teams and it failed for some reason so i thought i deploying it over a web app and i have created everyhting for that, but the deployment is taking forever, kindly…
How to fix "azure.core.exceptions.ClientAuthenticationError: (None) Unauthorized. Access token is missing, invalid, audience is incorrect (https://cognitiveservices.azure.com), or have expired" during RAG creation tutorial?
I am trying to follow the steps of the tutorial: https://learn.microsoft.com/en-us/azure/ai-studio/tutorials/copilot-sdk-build-rag I keep getting the error: azure.core.exceptions.ClientAuthenticationError: (None) Unauthorized. Access token is missing,…
Using AI Search vector index in chat playground fails
I have deployed a GPT4-32k model in ai.azure.com. As the AI Search Service does not yet have a web site import function I have made an Azure Table with id, title, content and url and pasted static web site data from our company website into data rows.…
How to use parallel function calling in Azure AI Studio Prompt Flow with vscode ?
I'm working on implementing multiple function calls in response to a single user query using Azure OpenAI chat models in PromptFlow. While the functionality works as expected when using Python directly (as shown in Microsoft's documentation), it is not…
Facing problems in Azure Cloud evaluation using Python SDK
I am using Azure AI Projects and Evaluation SDK to evaluate my dataset for evaluation purpose. I am able to successfully run the code but facing issues with portal, the evaluation status is just showing "Queued" for almost 1 hour. I have…
Azure AI Foundry text prompt flow endpoint issue
Hi, I have issue regarding text prompt flow. I already deploy a text prompt flow in Azure AI Foundry. This prompt flow is working fine before, but now the prompt flow cannot be used. I don't know why, because I did not modify the prompt flow, but it…
How to fix No connection of type ConnectionType.AZURE_AI_SERVICES found error
I'm attempting to follow the setup for creating a RAG app using this site: https://learn.microsoft.com/en-us/azure/ai-studio/tutorials/copilot-sdk-create-resources?tabs=windows After doing the first step, I get this error:…
Error while creating SkillSet for RAG application using Azure AI services, Python. Error: HttpResponseError: () Skillsets require a valid 'all-in-one' Cognitive Services key
Overview: I am using RAG tutorial to create SkillSet using Python code: Url: https://github.com/Azure-Samples/azure-search-python-samples/blob/main/Tutorial-RAG/Tutorial-rag.ipynb I created Azure AI Services and referring the Cogntive services and its…
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…
Streaming issue with @azure-rest/ai-inference package using Mistral-Large deployment
I'm trying to use Mistral-Large-2407 model for chat completions via an azure AI services deployment. We followed the docs for deploying the model as a serverless deployment, we have the resource up and running, with the endpoint & the API key.…
Issues with Lookup Node in Azure PromptFlow Standard QnA Prompt
I am encountering issues with the lookup node in one of the standard QnA prompts provided by Azure PromptFlow. I was building on top of this drag-and-drop component and noticed the following challenges: Deprecation Warnings: The execution logs include…
Azure AI Studio: Cohere-rerank-v3-multilingual - This model is not available for deployment in Azure AI Foundry yet
I have created a hub in Sweden Central in Azure AI foundry. I am trying to deploy the Cohere-rerank-v3-multilingual as proposed in this tutorial but I get the following error: Model unavailable This model is not available for deployment in Azure AI…
How to fix an error 'Object reference not set to an instance of an object' in the Azure OpenAI connector (Logic App)
I am getting the following error when setting up the azure openAI connector in the logic app. { "error": { "code": 500, "message": "Object reference not set to an instance of an object.", "source":…
Failed to delete resource group
i was following this tutorial https://microsoftlearning.github.io/mslearn-ai-vision/Instructions/Exercises/02-image-classification.html and when i tried to delet the resourses i made i get this error : Failed to delete resource group azureLearn: The…
Integrate Azure Ai service with communication service
I'm not sure whether the communication service and Azure AI services is connected or not . Document that i followed for this issue …
Not able to deploy Azure AI Studio Chatbot as a Webapp
I am getting this error every time I try to deploy my prompt from Azure AI Foundry for my Chatbot, not sure how to resolve, I have checked in the service providers in Subscription that both Cognitive Search & Machine Learning are both registered. …
how to start an azure cognitive services language service for sentiment analysis using a powershell script
I would like to be able to start and stop Azure cognitive services from powershell instead of going through the portal. I'm particularly interested in Azure AI Language so that I can build a conversational interfaces, summarizes documents, and analyzes…
Cannot create project due to language not autopopulating
I am attempting to create a new Conversational Language Understanding project within Language Studio. One of the mandatory fields is 'Utterance prim language' - the field is not doing auto-search and does not recognize option 'English'. I can type in…