The single-file backend is a nice constraint to work within.
Curious how you're handling conversation history at scale though —
storing it per-user in-memory works fine for a demo, but what happens
when the cell restarts? Does the built-in database persist across restarts
or does history reset?
The single-file backend is a nice constraint to work within.
Curious how you're handling conversation history at scale though — storing it per-user in-memory works fine for a demo, but what happens when the cell restarts? Does the built-in database persist across restarts or does history reset?