Questions tagged [azure-openai]
147 questions
1
vote
0 answers
Azure OpenAI - Encryption in Transit
For Azure Open AI, Encryption at rest is built using Microsoft Managed Keys --> https://learn.microsoft.com/en-us/azure/cognitive-services/openai/encrypt-data-at-rest.
Is encryption in transit occurring via the trained validation data sets?
An…

Madiha Khan
- 11
- 2
1
vote
1 answer
OpenAI Embeddings API error: "AttributeError: module 'openai' has no attribute 'Embedding'"
I was running a python script with the openai library. Whenever I run this function on my local machine it throws the following error
def gpt3_embedding(content, engine='text-embedding-ada-002'):
#delay_print('Making a vector')
content =…

Bisrat Moges
- 11
- 1
- 3
0
votes
1 answer
Azure OpenAI model throwing error OperationNotSupported
I tried below code and getting error, I am simply trying API to generate some question based on topic given. How can I do that?
Like if I define a topic of Games, I want to generate two questions for that:
{
code: 'OperationNotSupported',
…

sahil
- 13
- 3
0
votes
0 answers
How to know azure open ai model deployments running in cpu or gpu?
1.We understand that models are hosted in confidential infrastructure not disclosed in public domain. Is every model instance or deployment hosted in a separate dedicated infrastructure or is there a shared infrastructure within Microsoft that…
0
votes
0 answers
PVA bot not responding for some colleagues in Teams
I created a chatbot in Power Virtual Agents that uses a Power Automate Flow to query ChatGPT on Azure OpenAI service, and connects PVA to OpenAI to produce the responses. I published the PVA bot to Teams through the 'Show to everyone in my org'.…

Blue33
- 1
0
votes
0 answers
What are the implications of having questions and answers in the sources when using RAG pattern using azure openai
All,
We are using openai RAG pattern to retrieve sources from a document and sending them to openai to get answers. We are using azure cognitive search as the vector db.
we are generating a Json file from the original pdf. Our client also provided a…

nen
- 621
- 2
- 10
- 26
0
votes
0 answers
Using the same model for Function Calling and Enterprise Data Search
I am using Azure OpenAI function calling for some custom processing and responding in a natural way, but when I ask questions, which does not require custom processing, it should use the cognitive search to bring back the response as configured in…

Neeraj
- 158
- 8
0
votes
0 answers
How to use the OpenAIClient in a Roslyn Analyzer without DiagnosticScopeFactory blocking it?
Im trying to write a Roslyn Analyzer which searches in code comments for some kind of hashtags and generates a Gpt prompt from it using the codefix lightbulb.
However when sending the gpt request I get an exception stating
Message:
Test method…

ChopSeo
- 1
- 1
0
votes
1 answer
What's the maximum number for Azure OpenAI fine-tuned model?
According to the "quotas and lilmits", it says 2,
https://learn.microsoft.com/en-us/azure/ai-services/openai/quotas-limits#quotas-and-limits-reference
enter image description here
But the FAQ says is…

Pancat
- 1
0
votes
1 answer
How can I perform an Azure OpenAI Chat Completion on Private Data with Vector Search
I am trying to build a chat experience on private data in Azure OpenAI. Currently in OpenAI Studio I can deploy a web app against private data housed in Azure Cognitive Search. I'd like that Search to be a vector embedding search, but cannot see…

user19771002
- 21
- 2
0
votes
0 answers
how to deploy an azure openai services
I have azure open ai service, I added the docs and tried to deploy it as web app
but when I try to use the Api, I get different result and when I close the OpenAI studio I didn't find and data resources
I tried to deploy this document to web…

Hamza Khaled
- 21
- 4
0
votes
1 answer
Azure Open AI service - custom model
I created an Azure Open AI service
I want to train the model for specific questions.
However, the customize template buttons are disabled.
In the documentation it says how to generate the .Jsonl with the questions and answers to train, but there is…

Dorathoto
- 201
- 7
- 17
0
votes
0 answers
Why are the responses in the chat playground on Azure Open AI studio different from the responses in the deployed web app?
I am trying to customize Azure Open AI assistant to do specific tasks. I added system message and user/assistant examples to the chat playground of Azure Open AI studio. When I test the model on the chat session in the chat playground, the responses…

Paria
- 34
- 1
- 1
- 4
0
votes
1 answer
Connecting Excel VBA to Azure OpenAI
I'm trying to connect Excel (via VBA) to our Azure OpenAI instance. Since there isn't an OpenAI library, I'm trying to manually set things like api_type, api_version, model, etc manually without much luck. Has anyone successfully accomplished…

J Gerber
- 1
- 1
0
votes
1 answer
Chatbot using csv file
I am trying to create a chatbot using Azure bot service and Azure open ai. The data source is multiple csv files. I am able to create embedding using langchain chroma extension. But while querying the embedding I am not getting the correct…

Anirban Banerjee
- 145
- 1
- 9