-
-
Notifications
You must be signed in to change notification settings - Fork 406
Add multi-conversation management #813
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Would y'all consider a simpler solution? I rather think the feature creep here could start making the UI/UX cumbersome. We already have an |
Of note https://github.com/jupyterlab/jupyter-chat natively supports opening conversation history from UI. |
I don't know if this should be a separate issue, but I wanted to note that chat GPT also has branching on conversations exposed to UI as little I would like to replicate this behaviour when implementing #339 |
Hey folks, Jupyter AI v3 now supports having multiple conversations with multiple histories with multiple users! This has been a big effort and took a long time to develop. Admittedly, the conversation management UI is still in early development, and doesn't have the same level of polish as the designs proposed here. I've opened a new issue to track the conversation management improvements we want in v3.0.0: #1304. Closing since this feature is now supported in Jupyter AI v3. Thank you everybody for sharing ideas & feedback here! 🎉 |
Awesome work everyone, much appreciated! I've been keenly watching in the background, sorry I haven't had the time to join the recent meetings, but I'll be putting this through its paces soon and will pitch in with feedback. |
Problem
I would like to reenter previous conversations.
Proposed Solution
Proposal is to add a couple more buttons at the top to start a new conversation (from #616) and to visit the past conversations.
Upon clicking that middle button it could just show a list of past conversations where the text is the first message of the conversation. It shows when the last message was sent and provides a delete button. Also, it also provides a 'new conversation' button and 'delete all' button.
Potential future enhancement (not shown):
I am absolutely terrible at UI/UX so please improve upon this.
Additional context
This is a follow-up from #616
The text was updated successfully, but these errors were encountered: