serverless / aws-ai-stack

AWS AI Stack – A ready-to-use, full-stack boilerplate project for building serverless AI applications on AWS
https://awsaistack.com
931 stars 81 forks source link

Feature Request: save the chat history #2

Open skierkowski opened 2 months ago

skierkowski commented 2 months ago

The chat history is only persisted in memory and a hard refresh loses the state. It would be nice to have the ability to save the chat sessions.

Dhirajsingh212 commented 2 months ago

Hey can you please help me to setup this project locally?

threes-was-taken commented 1 month ago

@skierkowski An interesting feature that could act as an upgrade of this one is to be able to navigate between chats. I don't know if this is within scope of the project but I can imagine it could come in handy for users (including myself, hence bringing it up 😄).