2,533 questions with Azure OpenAI Service tags

Sort by: Updated
1 answer

Azure OpenAI - Prompts and responses are stored for 30 days. Can we flush this data before 30 days ?

I understand that prompts and responses from Azure OpenAI are stored only for 30 days within customer storage account. Is it possible to flush this data earlier than 30 days, lets say every 7 days ? It would be great if there is a configuration to…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,533 questions
asked 2024-07-03T19:02:05.3566667+00:00
Kishen Das 0 Reputation points
answered 2024-07-03T19:20:06.4666667+00:00
Marcin Policht 16,500 Reputation points MVP
0 answers

Azure OpenAI instance creation stuck in "Creating" status

Hello, I am trying to create an Azure OpenAI instance and it seems stuck in "Creating" status. I created some with the East US location but the ones with the Switzerland North location are stuck. What might be the issue here? Thanks!

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,533 questions
asked 2024-07-03T17:47:21.56+00:00
JOAO FERREIRA 0 Reputation points
1 answer

TypeError: Cannot read properties of null (reading 'configurations')

Getting this error when trying to import data from AI Search into a deployment in AI Studio : TypeError: Cannot read properties of null (reading 'configurations') Please advise.

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
830 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,533 questions
asked 2024-06-27T04:31:56.49+00:00
misc981 26 Reputation points
commented 2024-07-03T17:43:45.8833333+00:00
Grmacjon-MSFT 17,286 Reputation points
0 answers

'Add a data source' failed with error 'Access denied due to Virtual Network/Firewall rules.'

My storage account and Azure OpenAi share the same Virtual Network, however I failed with below error.

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,533 questions
asked 2024-07-03T16:18:26.5733333+00:00
Liwei Yin 20 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Failed to call Azure OpenAI API: failed with error:invalid_api_key

Here is my c# code(.net 8.0) using Microsoft.SemanticKernel; using Microsoft.SemanticKernel.ChatCompletion; using Microsoft.SemanticKernel.Connectors.OpenAI; string openAiApiKey= "xxxxxxxxxxxxxxx"; Kernel…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,533 questions
asked 2024-06-28T23:46:59.79+00:00
Liwei Yin 20 Reputation points Microsoft Employee
accepted 2024-07-03T16:05:08.2233333+00:00
Liwei Yin 20 Reputation points Microsoft Employee
1 answer

Custom reference links provided by chatbot pointing to public URLs.

Hello, I am trying to build a text generation tool using resources deployed in Azure. My resources list in Azure is as follows: Azure OpenAI ada embedding, gpt3.5 and gpt4 models. Azure Blob storage which contains product files (.pdf, .html, etc.)…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
830 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,575 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,533 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,571 questions
asked 2024-07-02T05:07:57.8666667+00:00
Himanka 0 Reputation points
answered 2024-07-03T14:02:23.0766667+00:00
Amira Bedhiafi 18,501 Reputation points
1 answer

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…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
830 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,533 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,571 questions
asked 2024-07-03T11:53:11.3866667+00:00
Abigail Joyce Cuadra 0 Reputation points
answered 2024-07-03T13:52:14.1633333+00:00
Amira Bedhiafi 18,501 Reputation points
1 answer One of the answers was accepted by the question author.

How do we add more files to Azure Assitant with Code Intepreter after it is created?

assistant = client.beta.assistants.create( instructions="You are an AI assistant that can write code to help answer math questions.", model="gpt-4-1106-preview", tools=[{"type": "code_interpreter"}], ) Aftet…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,533 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,571 questions
asked 2024-07-03T04:54:13.2166667+00:00
P Mahadevan 0 Reputation points
accepted 2024-07-03T10:24:10.61+00:00
P Mahadevan 0 Reputation points
0 answers

I am getting a 503 error while using Azure OpenAI very frequently.

Model is GPT4 and region is South India. I am using a standard deployment with 10k tokens /min. Trying to use the llm on a pyspark dataframe using a langchain pyspark agent. The error looks like this: InternalServerError: Error code: 503 - {'error':…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,533 questions
asked 2024-06-21T09:01:11.5433333+00:00
Arpan Malik 5 Reputation points
edited a comment 2024-07-03T09:31:52.39+00:00
Bruno Goncalves Vaz (P) 20 Reputation points
0 answers

Differentiate between the index and automatic index created by azure open ai 'own data' feature

Is there any way in which we can differentiate between the index which we created from the azure open ai and the one which created automatically while indexing. We are using Ai search document Nuget package for accessing the data in ai search and we are…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
830 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,533 questions
asked 2024-06-13T17:02:42.3266667+00:00
lakshmi 651 Reputation points
commented 2024-07-03T05:54:04.3466667+00:00
lakshmi 651 Reputation points
0 answers

In RAG AI rest calls failing with request timed out

We are trying to add documents to RAG AI index. For this we are analyzing the document When we call rest service for analyzing we are getting timeout error for large file sizes like 80mb,100 mb... We increased the timeout while calling the http client…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,533 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,571 questions
asked 2024-07-01T10:22:20.0266667+00:00
Srikanth Penmetsa 0 Reputation points
commented 2024-07-03T04:38:45.9933333+00:00
Srikanth Penmetsa 0 Reputation points
0 answers

Suggested Online Azure AI classes

Hi all; Can anyone recommend some AI online training, Microsoft or Pluralsight (or another source if it's better) for: Building a Search/Recommendation engine. This is for an event management system (sort-of like meetup) where the users have a fair…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,533 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,571 questions
Azure Startups
Azure Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Startups: Companies that are in their initial stages of business and typically developing a business model and seeking financing.
236 questions
asked 2024-05-03T15:06:54.5633333+00:00
David Thielen 2,526 Reputation points
edited the question 2024-07-03T04:25:16.48+00:00
AmaranS 3,365 Reputation points Microsoft Vendor
0 answers

Azure .NET OpenAPI version 2 has breaking changes

Hi all; Is the new version 2 OpenAIClient and associated classes documented anywhere. All I can find is the 1.0 documentation. And hopefully guidance on how to change my code for the new API. Changes I’ve found (likely many more): Namespace changed…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,533 questions
Azure Startups
Azure Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Startups: Companies that are in their initial stages of business and typically developing a business model and seeking financing.
236 questions
asked 2024-06-20T19:14:59.82+00:00
David Thielen 2,526 Reputation points
edited the question 2024-07-03T04:23:12.3533333+00:00
Ryan Hill 26,866 Reputation points Microsoft Employee
0 answers

503 Errors from API calls to Azure OpenAI gpt-4-turbo deployment in UK South

We are trying to perform queries in production against our gpt-4 0125-Preview resource in UK South, reading our app logs many of the requests are returning 503 errors saying: " The service is temporarily unable to process your request. Please try…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,533 questions
Azure Startups
Azure Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Startups: Companies that are in their initial stages of business and typically developing a business model and seeking financing.
236 questions
asked 2024-06-14T16:50:05.39+00:00
Rohan Pathak 15 Reputation points
edited the question 2024-07-03T04:22:42.56+00:00
Ryan Hill 26,866 Reputation points Microsoft Employee
1 answer

Does gpt-4-1106-preview support logprobs?

I am using the openai Python package to import AzureOpenAI, and I have created a client for my gpt-4 deployment (1106-preview) with API version 2024-02-01. I am using Azure AI Search to perform RAG using the extra_body parameter, with a data source…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,533 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,571 questions
Azure Startups
Azure Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Startups: Companies that are in their initial stages of business and typically developing a business model and seeking financing.
236 questions
asked 2024-06-05T18:14:56.17+00:00
Rohan Pathak 15 Reputation points
edited the question 2024-07-03T04:21:51.2166667+00:00
Ryan Hill 26,866 Reputation points Microsoft Employee
1 answer

How to extract similarity from Azure AI Search x Azure OpenAI completion

Hi, I've been using client.chat.completions.create from our Azure OpenAI gpt-4 deployment to run RAG completions against my vector database, hosted on Azure AI Search. To do this, I've been using client.chat.completions.create, with my system and user…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
830 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,533 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,571 questions
Azure Startups
Azure Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Startups: Companies that are in their initial stages of business and typically developing a business model and seeking financing.
236 questions
asked 2024-05-31T13:40:25.2166667+00:00
Rohan Pathak 15 Reputation points
edited the question 2024-07-03T04:21:08.62+00:00
Ryan Hill 26,866 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

OpenAI Studio Playground: Questions about CSV Dataset are not answered

Hi, I have created a Blob Storage for my dataset: https://en.wikipedia.org/wiki/George_Washington https://www.kaggle.com/datasets/sootersaalu/amazon-top-50-bestselling-books-2009-2019 https://www.kaggle.com/datasets/neuromusic/avocado-prices and…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,533 questions
Azure Startups
Azure Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Startups: Companies that are in their initial stages of business and typically developing a business model and seeking financing.
236 questions
asked 2024-05-25T06:43:12.0933333+00:00
Istvan Molnar 20 Reputation points
edited the question 2024-07-03T04:20:40.3+00:00
Ryan Hill 26,866 Reputation points Microsoft Employee
1 answer

in the current api version , tool_choice is not supporting required option. When can we expect this choice?

Hi, I want to use tool_choice = required in function calling. However, it seems like the current version of rest APIs doesn't support this. When can we expect to get this option?

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,533 questions
Azure Startups
Azure Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Startups: Companies that are in their initial stages of business and typically developing a business model and seeking financing.
236 questions
asked 2024-05-25T05:11:02.0633333+00:00
BurfCoder 0 Reputation points
edited the question 2024-07-03T04:20:37.2333333+00:00
Ryan Hill 26,866 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Azure OpenAI gpt-4o issues in assistant api, throw an error that this model doesn't support image data,

I start building a assistant by Azure OpenAI api, firstly, I tried gpt-4o in chat completions with image along text, that worked fine, but at assistant api, it doesn't work, when I run a thread, it says this model doesn't support image data. But that…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,533 questions
Azure Startups
Azure Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Startups: Companies that are in their initial stages of business and typically developing a business model and seeking financing.
236 questions
asked 2024-05-23T14:55:47.3566667+00:00
Zamad Shakil 25 Reputation points
edited the question 2024-07-03T04:20:34.96+00:00
Ryan Hill 26,866 Reputation points Microsoft Employee
1 answer

How to Use GPT-4o without Azure Cognitive Search

When I want to use GPT-4o, I get this error: {'statusCode': 401, 'message': 'Unauthorized. Access token is missing, invalid, audience is incorrect (https://cognitiveservices.azure.com), or have expired.'} I want to use GPT-4o without using Cognitive…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,533 questions
Azure Startups
Azure Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Startups: Companies that are in their initial stages of business and typically developing a business model and seeking financing.
236 questions
asked 2024-05-23T09:45:53.45+00:00
BAHADIR ARAZ 10 Reputation points
edited the question 2024-07-03T04:20:32.56+00:00
Ryan Hill 26,866 Reputation points Microsoft Employee