Cannot see chat history on Azure openAI web App

Liang Huang 40 Reputation points
2023-08-29T15:40:44.6033333+00:00

On Azure Opean AI studio, I uploaded my own data to build an AI assistant. When I deploy my chatbot to a web App, I select "Enable that chat history". However, I cannot see any chat history on my web App, which is very different from the Tutorial.

Screenshot 2023-08-29 at 17.24.52

                              Image 1: My Web APP, no chat history

MicrosoftTeams-image (12)

               Image 2: picture from the Azure OpenAI tutorial, with chat history
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
4,094 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
1,178 questions
{count} votes

Accepted answer
  1. Saurabh Sharma 23,851 Reputation points Microsoft Employee Moderator
    2023-08-29T21:18:18.5533333+00:00

    Hi @Liang Huang ,

    Thanks for using Microsoft Q&A !!

    I have tried the documentation and deployed the application, and I could see the conversation history is getting saved on the deployed web application.

    When you deployed the web app, a cosmosdb resource gets created which helps keeping track of the conversation history. Can you please check if the deployed web application of the portal has the correct azure cosmos db account information under "App Settings". Please refer to the below image - User's image

    Have you tried deploying the web application again over the previously deployed web application?

    Also, can you please check the activity logs of the cosmosdb account and the web application if you could see any error messages.

    Please let me know how it goes.

    Thanks,

    Saurabh

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.