Azure-Samples / chat-with-your-data-solution-accelerator

A Solution Accelerator for the RAG pattern running in Azure, using Azure AI Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences. This includes most common requirements and best practices.
https://azure.microsoft.com/products/search
MIT License
638 stars 313 forks source link

GPT4 support #245

Closed venkateshkumar closed 3 months ago

venkateshkumar commented 4 months ago

I want to know whether this solution accerlator supports GPT4 when we executed with GPT4 facing some issues.

ross-p-smith commented 4 months ago

Hi @venkateshkumar I am running GPT4 - what issues are you having?

venkateshkumar commented 4 months ago

we want to understand langchain supports GPT4, as per current repository its integrated with GPT3.5 with langchain one more observation when we follow the one click deployment we are facing issues in the backend api's admin part is working fine.

ross-p-smith commented 4 months ago

Hi @venkateshkumar 1) This repo is an accelerator. The idea is that you can take this and change some of the settings like GPT4 and the deploy. You probably have to pick a region that has quota for gpt4. This is documented, try Sweden. You can also change langchain before you deploy 2) Can you describe the issues with the backend apis? What are the symptoms, do you have screenshots/errors/or can you describe what is happening 3) Great to know the admin part is working fine. Are you waiting a while before you upload the files before you use the backend? It can take some time to index the documents

venkateshkumar commented 4 months ago

We had quota for Switzerland and configured the gpt4 as input parameter in bicep file. Need to know whether GPT4 will support Lang chain. There are two strategies mentioned like open ai /langchain. MicrosoftTeams-image (21)

venkateshkumar commented 4 months ago

We have checked the configurations but its throwing an error at backend

ross-p-smith commented 4 months ago

Linking #177

ross-p-smith commented 4 months ago

@venkateshkumar We have just updated the version of langchain. Are you able to retry and let me know if you have the same problem?

ross-p-smith commented 3 months ago

The error in the trace talks about a missing APPINSIGHTS_CONNECTION_STRING. @venkateshkumar - Are you able to confirm whether this is still an issue for you

venkateshkumar commented 3 months ago

We are able to run the accerlator