I am unable to create index in Azure AI search using c#
Followed below git repo (From line 231 - 307) to create index in Azure AI Search using Azure open AI model (text-embedding-3-large) https://github.com/Azure/azure-search-vector-samples/blob/main/demo-dotnet/DotNetVectorDemo/Program.cs I am not using…
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…
I am unable to create index in Azure AI search using C#
I have followed below git repo to create index in Azure AI Search (Line 231 - 307) https://github.com/Azure/azure-search-vector-samples/blob/main/demo-dotnet/DotNetVectorDemo/Program.cs I am not using SemanticSearch so removed code from Line 266 -…
AI quota extension
Hai team this is a followup to my previous question, now i have exhausted mu available quota and is there any way that i can extend my free trial account a bit, if possible can you guide me on how?
How to invoke Azure AI resources on an ER-connected internal network
Hello, I'm currently an internal network PC user connected to Azure ER. I'm using vscode for development Invoking azure resources by modifying the window's host file. It is possible to call the index list of aisearch via postman, but An ssl error is…
Azure AI Studio: Error in Index Lookup Step of Prompt Flow ('search_function_construction')
I'm experiencing an issue with Azure AI Studio while working on a prompt flow. I had successfully deployed multiple versions before, but suddenly, I started encountering an error during the index lookup step. The error message is: lookup : Execution…
Environment Setup Error in Azure AI Foundry Code Section with managed network Isolation
I am encountering an error message when attempting to use my compute in the code section of AI Foundry. The error message states: "Environment setup error: Environment for this compute is not in a healthy state (report-api-error). Trace ID:…
Unable to access AzureOpenAI
I have a AzureOpenAI Chat playground setup with a deployment of gpt-4o model. I am trying to access it to integrate with our application, but unable to access it. I have a Cognitive Services OpenAI contributor role assigned for OpenAI Service access,…
Azure AI - Error 429 GPT4o Chat Playground
Dear Team, I have configured in Azure AI Chat Playground the "Add your data" (Preview) with GPT4o deployment. It is connected to my Azure AI Search Index which has 9 PDF documents. Whenever I chat with the bot, it successfully respond to the…
Index Lookup Error in Azure AI Studio Prompt Flow
I am building a straightforward RAG prompt flow within Azure AI Studio. I have loaded the data and created the indexes successfully, and I am able to use the data in the Chat Playground to generate responses. However, when using the "Index…
How to fix "application error" after deployed azure chat from GitHub.
I have deployed my azure chat app (the one forked from microsoft/azurechat github) and I am pretty sure that I have followed every single step in the repo to build and deploy my solution into Azure web app. However, after the deployment the app should…
Added a index lookup to prompt flow in azure ai studio and while executing that getting error:Run failed: Exception: Exception occured in search_function_construction.
un failed: Exception: Exception occured in search_function_construction. Traceback (most recent call last): File "/azureml-envs/prompt-flow/runtime/lib/python3.9/site-packages/pydantic/_internal/_generate_schema.py", line 864, in…
Passing in expected input_data to endpoint returns ForecastingDataException
I created an online endpoint for a model trained by AutoML (so the score python file was internally built by AutoML). When I pass a JSON input to the endpoint with the same parameters as the column names in the training CSV file, I get this error. What…
Issue Accessing Meta-Llama-3.1-70B-Instruct Model in East US 2 Region
I am experiencing an issue when trying to access the Meta-Llama-3.1-70B-Instruct model via the Azure OpenAI service in the East US 2 region. Below are the details of the problem: Service: Azure OpenAI Model: Meta-Llama-3.1-70B-Instruct Region: East…
Issue with Azure Promptflow API Deployment Functionality
Today, there seems to be an issue with Azure Promptflow deployment. API deployment is not functioning properly, but the Promptflow chat in the Dev Studio is still responding as expected. error log: 2024-12-18 08:55:24 +0000 22 execution …
cannot get past sign up for pay as go and cannot create resource
My goal is to use speech-to-text services and obtain a private API key for my app. (I have tried all of this with multiple email addresses on different laptops) I signup for Azure and I can auth in and see the main screen where I can access the…
I am trying to execute a prompt flow in azure ai atudio and getting the following error:Run failed: Exception: Exception occured in search_function_construction.
raceback (most recent call last): File "/azureml-envs/prompt-flow/runtime/lib/python3.9/site-packages/pydantic/_internal/_generate_schema.py", line 864, in _resolve_forward_ref obj = _typing_extra.eval_type_backport(obj,…
Getting 401 error when accessing Text Analytics for health client library- The Submit text analysis job Operation under Microsoft Cognitive Language Service - 2022-05-15-preview is not supported with the current subscription key and pricing tier AIService
{ "error": { "code": "401", "message": "The Submit text analysis job Operation under Microsoft Cognitive Language Service - 2022-05-15-preview is not supported with the current subscription…
GPT-4 Turbo with Vision Preview exist?
I am trying to follow these doc , but I can not found GPT-4 turbo with vision preview, and do not works with another model. Please save me.
How to fix "ERROR: pip's dependency resolver does not currently take into account all the packages that are installed." while using Promt Flow.
I have made a custom image to use python's version 3.10.1 on Azure Ai Foundry 's Prompt Flow ( Earlier Ai Studio). The Flow is running successfully by ignoring the error. ERROR: pip's dependency resolver does not currently take into account all the…