Questions tagged [azure-openai]

147 questions
0
votes
1 answer

Give azure openai an encyclopedia of information

I am currently dabbling in the Azure OpenAI service. I want to take the default model and knowledge base and now add on to it my own unique information. So, for example, for making a game world, I want to be able to tell it all the main characters,…
ArcaneLight
  • 83
  • 1
  • 11
0
votes
1 answer

Azure OpenAI not able to identify the right paragraph

In my azure openai playground, I am using text-davinci-003 model. I have created a prompt consisting of four paragraphs, each paragraph is summary of jungle book story. I then ask the questions - Which paragraph is best to understand how old Mowgli…
Manu Chadha
  • 15,555
  • 19
  • 91
  • 184
0
votes
0 answers

OpenAI Error: 400 while using AzureCognitive search as retriever

I have combined AzureOpenAI with Azure Cognitive search as retriever, here's the code: from langchain.retrievers import AzureCognitiveSearchRetriever os.environ["AZURE_COGNITIVE_SEARCH_SERVICE_NAME"] =…
0
votes
1 answer

Terraform deploy Azure Cognitive Account OpenAi 'The subscription does not have QuotaId'

I am deploying from terraform the azurerm_cognitive_account resource in OpenAI mode. I have set the smallest machine size 'SKU' (F0, F1, S0 and S1) and they all give me the quota…
0
votes
1 answer

Microsoft OpenAI Curie deployment not working for the JSONL file

I am trying to generate deployment using below JSONL data. Model is successful, but deployment is failing without any reasons. Please advise. {"prompt":"what is abakaas?","completion":" ABAKAAS is a platform star that drives RABACSA on a star's…
Vishals
  • 1
  • 1
0
votes
1 answer

Can Azure OpenAI Service Preview deal with confidential info?

We would like to use Azure OpenAI Service Preview for work efficiency. But the DPA says customers should not use Previews to process Personal Data or other data that is subject to legal or regulatory compliance requirements. Should we not handle…
0
votes
1 answer

How to connect Azure DB(MFA) using Azure OpenAI and get dynamic query result

Which Nuget package can be use to access Azure DB(with multi-factor authentication) from Azure OpenAI and get query result by specifying query as a sentence using C#?
Shivani
  • 153
  • 9
0
votes
0 answers

Azure OpenaAI GPT-4 Review version cannot be found in the list of models

I received an email on 18 April confirming that I have been onboarded to the Azure OpenAI Service GPT-4 Preview, but GPT-4 Review version cannot be found in the list of OpenAI models and GPT-4 cannot be deployed, Whether my resource group choice is…
0
votes
0 answers

Incorrect cosine similarity ranking in Azure Open AI

I have created an array of 4 strings, each string comprising of a paragraph from this link - https://www.imdb.com/title/tt0061852/plotsummary/. I want to create a program which shows the most relevant paragraph based on a query. I am using…
Manu Chadha
  • 15,555
  • 19
  • 91
  • 184
0
votes
0 answers

Not getting value as 1 for cosine similarity for same text string

I have the following azure open ai models deployed { "data": [ { "scale_settings": { "scale_type": "standard" }, "model": "text-davinci-003", <-- model "owner": "organization-owner", "id": "try-davinci", …
Manu Chadha
  • 15,555
  • 19
  • 91
  • 184
0
votes
1 answer

C# Azure open AI call to CreateChatCompletionAsync gives an 404 Resource not found error

I am calling an Azure OpenAI end point using openAI nuget package and I am able to connect to it when I am using CreateCompletionAsync method but when I use the CreateChatCompletionAsync method for the same URL I get 404:Resource not found error…
user565992
  • 497
  • 2
  • 10
  • 17
0
votes
1 answer

Need to break the application into different Azure services

I need to build an Image Similarity engine in Azure. I use Spotify Annoy library to build a Vector search DB. These vector db files are roughly near 10-15 MB. The functionality is: User uploads an image. Embeddings for this image is generated using…
0
votes
1 answer

How do we call AzureOpenAI Chat Playground through HTTP method

I have created a flow in Power Automated which calls AzureOpenAI Chat Playground through HTTP Post method But if I run it, it says : ''[{"role":"user","content":"Who is mahatma gandhi?"}]' is not of type 'array' - 'messages'' How can I solve the…
0
votes
0 answers

Custom Connector in Power Automate that calls Azure OpenAI Chat model

I have created a Custom Connector in Power Automate that calls Azure OpenAI Chat model but while testing the connector i get the following response How do i solve it? I wanted to get the response from Chat Model in AzureOpenAI in which i would be…
0
votes
0 answers

InvalidRequestError Must provide an engine ( gpt 4 azure open ai Langchain python)

I'm trying to integrate gpt 4 azure open ai with Langchain but when i try to use it inside ConversationalRetrievalChain it is throwing some error raise error.InvalidRequestError(\\n *~* openai.error.InvalidRequestError: Must provide an \'engine\'…
1 2 3
9
10