Could you clarify what question you'd like assistance with? If you're referring to a specific form or topic, please provide more details, and I'll help you craft the perfect question.
To ensure community members can reproduce or understand your issue, include the following details: Clear Description: Briefly explain the problem or goal you’re trying to achieve. Context: Share any background information, such as the technology,…
Billing endpoint cannot reach while starting the disconnected container
I am try to run the translation container in disconnected environment, I have configured the container and as i am trying to run the the container it is giving the error “Failed to reach billing endpoint. Trying 9 more times. Received a billing response…
Application error after deploying azure open ai code to azure web app
Hi, My azure open ai web app chatbot is working fine before today. So today, I'm doing some minor changes to the code. Compile and run locally and the chatbot works fine. Then I deploy it to existing web app in Azure successfully. But after a while when…
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…
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? { …
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 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…
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…
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…