aws-samples / aws-genai-llm-chatbot

A modular and comprehensive solution to deploy a Multi-LLM and Multi-RAG powered chatbot (Amazon Bedrock, Anthropic, HuggingFace, OpenAI, Meta, AI21, Cohere, Mistral) using AWS CDK on AWS
https://aws-samples.github.io/aws-genai-llm-chatbot/
MIT No Attribution
1.01k stars 300 forks source link

Add explicit history Icon to open the history panel + new conversation #311

Open azaylamba opened 7 months ago

azaylamba commented 7 months ago

We are using tools drawer of AppLayout for displaying user session history. The icon for tools drawer is Info icon which does not represent history, so end user might find it inconvenient to locate the session history. The icon is not customizable intentionally as mentioned here.

We should use secondary panels like Drawer for displaying session history.

bigadsoleiman commented 7 months ago

Possibly add a new button to create a new session from https://github.com/aws-samples/aws-genai-llm-chatbot/issues/283