Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [azure-openai]

The tag has no usage guidance.

azure-openai
-1 votes
0 answers
22 views

Azure OpenAI Collections is disabled

Why Azure OpenAI Collections is disabled? I've has cognitive permissions. I can create an azure open ai resource in Azure Portal. I've sent a request form to get access Azure Open AI services. The ...
Dmitry Zimin's user avatar
-1 votes
0 answers
30 views

Facing Problem of not displaying answers in Chat Playground in Azure OpenAI Studio [closed]

I have created azure ai search service and used Text split skillset and made index. I also deployed a web Application. Sometimes, in Chat Playground or Web Application, when I ask questions, sometimes ...
Tanuj Verma's user avatar
-2 votes
0 answers
30 views

Building a chatbot using OpenAI and RAG [closed]

I’m trying to choose an approach for building an internal company chatbot using OpenAI and Microsoft stack. I am surprised that it’s hard to find a clear comparison of available options in Azure world ...
filip's user avatar
  • 1,491
0 votes
0 answers
32 views

Error encoutered: HTTP 400 (InvalidRequest) The deployed GPT model does not support Vision Enhancement and On Your Data (OYD) with images

I am currently working on .NET to create a chat bot that accesses data from my Azure AI Search Index. My index is only composed of text and no images. I followed the steps specified in the Azure ...
Hamza Zouaki's user avatar
0 votes
0 answers
14 views

Speech Studio: No gestures for avatars using OpenAI voices [closed]

I use the Speech Studio and want to combine the avatars with the OpenAI voices (the last six voices at "English (USA)" in the voice menu, from Alloy to Shimmer). Sadly the gestures dont work ...
Mario Lübke's user avatar
0 votes
0 answers
22 views

Error : PydanticUserError: If you use `@root_validator` with pre=False (the default) you MUST specify `skip_on_failure=True`

Here is the code after loading data and creating index I am trying to setup the chat engine: index = load_and_index_data() chat_engine = index.as_chat_engine(chat_mode="condense_question", ...
sri vidya's user avatar
0 votes
0 answers
59 views

Enabling Conversation Memory for Pandas or CSV Agent in Langchain 0.2.10

I have been struggling for the past 3 months to create a pandas agent in Langchain to respond to queries on very large numerical tabular information (dataframes and SQL servers). I have managed to ...
R_Student's user avatar
  • 711
0 votes
0 answers
22 views

Why is the consumption of openai tokens in azure hybrid search 100x higher in comparison to 'regular' prompts?

We are using openai via microsoft azure. Doing 'regular' prompts / using the api leads to the following output: { choices: [ { content_filter_results: [Object], finish_reason: 'stop',...
p0rter's user avatar
  • 991
0 votes
1 answer
45 views

Can we Deploy Web Application in Azure OpenAI of Production Level

I have created azure ai search service and used Text split skillset and made index. I also deployed a web Application but have a question that If I want to create to production level, which means that ...
Tanuj Verma's user avatar
0 votes
0 answers
43 views

Blocking OpenAI Requests

After multiple attempts at this myself along with numerous ChatGPT and Claude queries, I am throwing my hands up and asking StackOverflow what would seem to be an easy question: How does one block ...
Jens Astrup's user avatar
  • 2,434
0 votes
1 answer
41 views

How to call an Azure OpenAI service which is behind an API Management instance?

I followed this video walkthrough to set up an Azure OpenAI api management service. Then, using Azure.AI.OpenAI 2.0.0-beta.2, I'm trying to call the chat completion endpoint of a gpt-4o deployment ...
OfirD's user avatar
  • 10.2k
0 votes
0 answers
47 views

How to connect Azure Open AI PE endpoint from Azure synapse workspace notebook

I have currently created a notebook in azure synapse and trying to connect to Azure Open AI but the open AI endpoint is only available via private endpoint. How can I connect to Azure Open AI endpoint ...
Ayan Banerjee's user avatar
0 votes
0 answers
36 views

No deployments available with an embedding model

I am trying to Import and vectorize data from Azure Blob Storage to Azure AI Search. I have two embedding models deployed in Azure AI Studio - text-embedding-3-small and text-embedding-ada-002. I can ...
maria's user avatar
  • 494
0 votes
0 answers
41 views

Azure.AI.OpenAI - GetChatCompletionsStreaming - Send and Receive Multiple Messages In the Same Context

I have a use case that is very simple but is proving quite difficult, I want to create a programmatic application that sends and receives a series of messages in the same context to a GPT model hosted ...
David Rogers's user avatar
  • 2,712
0 votes
2 answers
57 views

AzureOpenAI: Missing credentials of `api_key`, `azure_ad_token`, `azure_ad_token_provider`

I'm trying to use the Azure OpenAI model to generate comments based on data from my BigQuery table in GCP using Cloud Functions. Here's the Python script I've been working on: from azure_openai import ...
Badia Alfathi's user avatar

15 30 50 per page
1
2 3 4 5
30