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…
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…
Azure OpenAI – Agentic AI – Semantic Kernel – RAG integration
I designed an ASP.NET Core WebAPI application which provides chatbot capabilities by searching for specific products through some internal documents. I used for this application the RAG approach. It’s working just fine. Now I want to leverage the Azure…
how to get access to quote in file search annotation
Hi, I am using an OpenAI assistant and can see the content of the citation in the Playground. However, I would also like to access it in Python. I have attached the picture, and when I hover over the files, I can see their content I can also see that…
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,…
Settings used from Microsoft Learn challenge but gpt-4to still shows exceeded token limit after one question
Hi guys, I follow the Microsoft Learn Challenge for "Trustworthy AI" Unfortunately every time I set up a gpt-4to playground I get the following error after just asking one question: "Requests to the ChatCompletions_Create Operation under…
Azure AI Search embeddings: max content length exceeded?
Creating embeddings for an array of 100 JSON objects in order to create an index. Loop through the objects creating an embedding for the body field (six simple fields and one vector field) and get error "This model's maximum context length is 8192…
Deployment of my customized version from the Playground configured in Azure OpenAI Studio.
I need to use my AI in my application, but it requires some custom configurations. Among these, I want to sync Azure AI Search so that my AI can leverage PDFs and documents for training and improve its responses. The solution I found is through the…
can't create open AI assistance via Azure.AI.OpenAI 2.1.0
When trying to run AzureClient.GetAssistantClient(); I get an exception System.InvalidOperationException: 'The preview Assistants feature area is not available in this GA release of the Azure OpenAI Service. To use this capability, please use a…
Vectors and AoAi assitants generated & user uploaded files
Good Day I can not find AoAi assistants and vector generated files at the new UI of Azure Ai Foundary, I can access them only via APIs Is that possible to use the old look?
Image Prompt Flow Endpoint Consumption in own application
Hi, I need help with my own application. Currently, I have successfully called the image prompt flow endpoint in my Postman. I want to implement this in my React Native apps but, I do not know how. Could someone assist on this, or any documentation…
Does the Azure OpenAI GPT-4 (gpt-4o) have access to the internet?
Hello, community! I’m currently deploying various web apps in Azure, including a "Contoso" web app created in the Azure OpenAI Playground and other RAG (Retrieval-Augmented Generation) chats leveraging the GPT-4 (gpt-4o) model. However, I’m…
Azure Open AI Authentication
Hi, I'm currently working with Azure OpenAI, and for authentication, the default method is to use the keys provided for the deployed cognitive service. However, Microsoft recommends disabling local authentication (which means disabling key-based…
Unexpected internal error when creating vector index in CosmosDB for MongoDB V core.
Hello, For the context, I will briefly explain what I have right now. So, I have stored about 8000 documents in cosmos DB for mongo DB Vcore. Currently working as free tier. I have used Azure open ai service to create embedding for each documents…
Image Prompt Flow Endpoint Azure AI Foundry
Hi, Currently, I have issues to consume the image prompt flow endpoint. I have followed this guide to create image prompt flow and deploy it. I try to consume this endpoint in the Postman for testing. But I receive these 2 responses, first one can…
Rai Blocklist Item API Error - 400 Bad Request
Rai Blocklist Item Get API (link) which passes parameters such as subscriptionId, resourceGroupName, accountName, raiBlocklistName and raiBlocklistItemName. The response should be the properties of the Rai Blocklist Item such as isRegex and pattern. The…
Mutliple Calls request for only one Function at Assistants
Good Day, At AOAI Assistants, a system run requires two outputs, while I've only one function (the Bing search) Is that possible? Is there a way to limit requirments to only one request, to avoid extra calls and optimize processing times? { …
What is the carbon cost of using the GPT-4o-mini Global Deployment in the Sweden Central region?
Hello, I am completing a university research project and would like to understand the carbon cost per token for the GPT-4o-mini model when hosted in Azure's Sweden Central region, ideally in terms of grams of CO2 equivalent per token (g…
When Will Azure OpenAI Assistants Support GPT-4o (2024-11-20 Version)?
We are currently using Azure OpenAI Assistants, which only support GPT-4o version 2024-05-13. Unfortunately, this version recently stopped supporting text extraction, breaking our existing systems that rely on this functionality. OpenAI’s direct…
Problem Accessing Azure OpenAI Models Post-AI Studio Upgrade
Hello, I have an enterprise Azure subscription and I have the following issue: I am trying to access an Azure OpenAI resource (location is Sweden Central and France Central) via Azure Foundry AI (the default way). I want to deploy some Azure Open AI…