azure-search-openai-demo icon indicating copy to clipboard operation
azure-search-openai-demo copied to clipboard

A sample app for the Retrieval-Augmented Generation pattern running in Azure, using Azure AI Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences.

Results 777 azure-search-openai-demo issues
Sort by recently updated
recently updated
newest added

Really cool stuff but lots of steps to use. For those folks that don't do a lot of cloud coding / software dev, can you provide a "Deploy to Azure"...

enhancement

> Please provide us with the following information: > --------------------------------------------------------------- ### This issue is for a: (mark with an `x`) ``` - [ x] bug report -> please search issues...

### When I try to execute the notebooks to introduce to a project I get the error: `openai.error.InvalidRequestError: 'messages' is a required property` ``` completion = openai.Completion.create( engine=AZURE_OPENAI_CHATGPT_DEPLOYMENT, prompt=prompt, temperature=0.7,...

I am writing to report an issue I encountered while running "chat-read-retrieve-read.ipynb" in VS notebook. When calling the search_client.search() function with QueryType.SEMANTIC, I receive a KeyError: 'SEMANTIC'. I suspect that...

Hi, How is the private data chunks being sent for completion? If it's sent to the GPT completion end-point then isn't that still exposing the private chunks outside of your...

### Minimal steps to reproduce >Locally run the demo ### Any log messages given by the failure >raise self.handle_error_response(openai.error.AuthenticationError: Principal does not have access to API/Operation) [full log output.txt](https://github.com/Azure-Samples/azure-search-openai-demo/files/11152547/full.log.output.txt) ###...

Stale

> Please provide us with the following information: > --------------------------------------------------------------- ### This issue is for a: (mark with an `x`) ``` - [X] bug report -> please search issues before...

> Please provide us with the following information: > --------------------------------------------------------------- ### This issue is for a: (mark with an `x`) ``` - [X] feature request ``` support gpt4 to complete...

### This issue is for a: (mark with an `x`) ``` - [ ] bug report -> please search issues before submitting - [X] feature request - [ ] documentation...

enhancement

> Please provide us with the following information: > --------------------------------------------------------------- ### This issue is for a: (mark with an `x`) ``` - [ x] bug report -> please search issues...