[GH-ISSUE #142] Persist conversation histories #62089

Closed
opened 2026-05-03 07:28:55 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @nathanleclaire on GitHub (Jul 20, 2023).
Original GitHub issue: https://github.com/ollama/ollama/issues/142

It would be really fun and useful to have a docker ps-like persistence of each session

SESSION_ID  MODEL   CREATED AT        LAST CHAT      SUMMARY
asdfasdfasd llama2  50 minutes ago    1 minute ago   Explorations with Waluigi
qwfdsqwefd  llama2  30 minutes ago    20 minutes ago Mario is Mean

This would also provide a basis for syncing them around. I'd really like to be able to continue a chat from one computer on another!

Then eventually maybe even something like https://github.com/jmorganca/ollama/pull/69 could be expanded to all history or a subset of it.

Originally created by @nathanleclaire on GitHub (Jul 20, 2023). Original GitHub issue: https://github.com/ollama/ollama/issues/142 It would be really fun and useful to have a `docker ps`-like persistence of each session ``` SESSION_ID MODEL CREATED AT LAST CHAT SUMMARY asdfasdfasd llama2 50 minutes ago 1 minute ago Explorations with Waluigi qwfdsqwefd llama2 30 minutes ago 20 minutes ago Mario is Mean ``` This would also provide a basis for syncing them around. I'd really like to be able to continue a chat from one computer on another! Then eventually maybe even something like https://github.com/jmorganca/ollama/pull/69 could be expanded to all history or a subset of it.
GiteaMirror added the feature request label 2026-05-03 07:28:55 -05:00
Author
Owner

@pdevine commented on GitHub (Jul 20, 2023):

I love this. We've been working on the session stuff to make sure it's running correctly and I've been thinking about how the sessions could be broken up into other layers and you could potentially push them and have someone else continue a conversation. So many possibilities there.

<!-- gh-comment-id:1644644464 --> @pdevine commented on GitHub (Jul 20, 2023): I love this. We've been working on the session stuff to make sure it's running correctly and I've been thinking about how the sessions could be broken up into other layers and you could potentially push them and have someone else continue a conversation. So many possibilities there.
Author
Owner

@pdevine commented on GitHub (Jan 25, 2024):

This is now implemented with #2063

<!-- gh-comment-id:1910919375 --> @pdevine commented on GitHub (Jan 25, 2024): This is now implemented with #2063
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#62089