Azure OpenAI Chatbot is facing an issue, not retrieving answers from my data, even when the answer is available in the dataset.
I am using the 'Chat with Azure OpenAI models using your own data,' but I am encountering an issue. While my chatbot provides answers sometimes, it fails to retrieve the answer if I ask the same question again. Abnormal Behavior Responses 1-At times, it…
Azure AI Search
Azure OpenAI Service
automatically rotate azure openai api key
We have our openai instances deployed on azure. We want to rotate the openai api key using python or terraform. do we have such mechanism implemented. please guide.
Azure OpenAI Service
What is the token limit for input documents in the "Bring your own data" service?
Hello, I would like to know the maximum number of tokens that chatgpt3.5 can ingest from my documents. I use chatgpt3.5 in azure open ai studio for question and answer on my documents through the Bring Your own data" service and when I ingest 10…
Azure Machine Learning
Azure OpenAI Service
Azure AI services
Openai subscription id?
The access form is now approved although the openai option is still not listed in the drop down project box for openai resources to create the instance? Am I missing something? thanks
Azure OpenAI Service
Azure OpenAI compliance with Chinese laws
Hello, We use Azure OpenAI API for our cross-platform product which is available in various countries across the globe, including China. Given the recent change in the Chinese AI law [http://www.cac.gov.cn/2022-12/11/c_1672221949354811.htm] (in…
Azure OpenAI Service
Functions are not supported at this time.
response = openai.ChatCompletion.create( engine="turbo16k", messages=[{"role": "user", "content": "hi"}], deployment_id=deployment_id, functions=functions, dataSources=[ { …
Azure OpenAI Service
Availability of OpenAI's "seed" parameter in Azure
Is the "seed" parameter supported in Azure OpenAI? I want to reduce the randomness of responses to the same prompt/configuration and found that OpenAI has a "seed" parameter that can help by using the same integer. However, our API…
Azure OpenAI Service
Azure AI services
How to resolve - 'AIMessage' object is not subscriptable error
Tried to run azure chat openai via langchain but we got this error.
Azure OpenAI Service
ERROR: upstream request timeout - Azure OpenAI
While using the Azure OpenAI service for Add your data, I'm getting this error. Even while using simple queries on the added data. I'm using python as programming language and the required python packages for the Azure OpenAI service. And I'm using it…
Azure OpenAI Service
there are some questions about gpt-4-1106-preview
Hello, I am excited about the recent release of the GPT-4-1106-preview model. After trying out this new model, I have a couple of questions: When asked "When was your knowledge base last updated?" the Azure OpenAI model responds with…
Azure OpenAI Service
how to download AI-900 certification
How can I download AI-900 certificate. There is no menu available to download certificate in my microsoft profile.
Azure AI Bot Service
Azure AI Speech
Azure OpenAI Service
Azure AI Document Intelligence
Azure AI services

I was Unable to access the Azure open AI on Nov 21-2023 morning!
The problem i was facing was that, I had connected my data using Azure cognitive search service with azure open AI studio and deployed the web APP when I hit the question in return i got error message that is UpStream request TimeOut, I have three…
Azure AI Search
Azure OpenAI Service
[Azure OpenAI Studio] Error when uploading data or using Azure Blob Storage in chat playground
Hi, when using Azure OpenAI Studio and trying to upload custom data or using Azure Blob Storage fails in the very last step. It says "Provided storage container does not exist or credentials are invalid" The container exists, so I assume the…
Azure OpenAI Service
In Azure Open AI Studio, can i make chat respond based on filtered docs from azure cognitive search?
I have added Azure Cognitive search as data source for chat "Assistant Setup". when i try out chat session, it seems to response based on all the docs indexed in cognitive search index. I have multiple pdfs and they are all indexed in one…
Azure OpenAI Service
Saving prompts in an Azure OpenAI chat webapp
We've been able to successfully develop a webApp that references our own data using gpt3.5 to generate content based on it. The app works great and chat history for each individual user works. However, we'd like a way to save prompts across multiple…
Azure OpenAI Service

Azure Open AI Webapp - Unable to add Identity Provider
I am attempting to deploy a webapp via the Deploy to > A new webapp function within the Azure OpenAI chat playground. I have previously deployed an app and had it work without any configuration (I have a fully deployed webapp that I currently use on…
Azure OpenAI Service
Azure App Service
How to compare two blocks of code in Azure OpenAI.
I want to build a tool that will tell me about the differences between two versions of the same program. It will be used to automatically tack and log changes between the older and newer versions of software. Is it possible to do this with embeddings? If…
Azure OpenAI Service

Azure Open AI service deployed a model Endpoing not accessible
Azure Open AI service deployed a model Endpoing not accessible. https://firsttry-resource.openai.azure.com/openai/deployments/firsttry-gpt35/completions?api-version=2023-05-15 not able to ping this url says host not found. ping…
Azure OpenAI Service
Adding functions to Completions Extensions REST API
Is there any plan to include functions and function calls in the Completions Extensions REST API? I am trying to use the function in the API.