bdleavitt / chatgpt-on-azure

A sample app for the Retrieval-Augmented Generation pattern running in Azure, using Azure Cognitive Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences.
https://azure.microsoft.com/products/search
MIT License
1 stars 0 forks source link

As a user, I want to see a history list of my distinct chats #5

Closed kjpap closed 1 year ago

kjpap commented 1 year ago

This issue is for a: (mark with an x)

[ ] bug report -> please search issues before submitting
[x] feature request
[ ] documentation issue or request
[ ] regression (a behavior that used to work and stopped in a new release)

Description

As a user, I want to have my chats saved so that I am able to persist them across client sessions

image

Predecessor feature: #13

Expected/desired behavior

Mention any other details that might be useful

Ability to delete chat is not included in this feature

Design / Wiki References

Chat History Objects in NoSQL CosmosDB

bdleavitt commented 1 year ago

Will need to decide how to create the cosmsodb object schema for history objects in the CosmosDB https://github.com/bdleavitt/chatgpt-on-azure/wiki/Chat-History-objects-in-nosql-cosmos--%235

bdleavitt commented 1 year ago

Closed.