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

chat history only showing the page not the message

Open mhadijalali opened this issue 8 months ago • 1 comments
trafficstars

After adding USE_CHAT_HISTORY_BROWSER= "true" to env file, the chat history tab opens up but it only shows the whole page of history and not each message. I was wondering if this feature is available to have each message in the history?

And with cosmosdb option (with following envs) , I dont see the chat history tab in frontend. Do we have this feature now?

USE_CHAT_HISTORY_COSMOS = "true" AZURE_COSMOSDB_ACCOUNT = "name of cosmosdb account" AZURE_CHAT_HISTORY_DATABASE = "name of db" AZURE_CHAT_HISTORY_CONTAINER = "name of container" AZURE_CHAT_HISTORY_VERSION = "cosmosdb-v2"

mhadijalali avatar Mar 14 '25 16:03 mhadijalali

You can test out the browser chat history in this deployed demo: https://capps-backend-v3v4cax5h4fjk.mangomushroom-6a80d999.westus.azurecontainerapps.io/

You should be able to click on each conversation title to see the messages. Does that not work for you?

For cosmos db, you also need user login enabled, have you enabled that?

pamelafox avatar Mar 20 '25 00:03 pamelafox