Skip to content
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

Re-implement saving/restoring of conversation history #784

Open
gcampax opened this issue Sep 13, 2021 · 0 comments
Open

Re-implement saving/restoring of conversation history #784

gcampax opened this issue Sep 13, 2021 · 0 comments
Assignees
Labels
bug Something isn't working dialogue-agent Issues with the dialogue agent at runtime (not state machine related) P2 We need to fix it (backlog)

Comments

@gcampax
Copy link
Contributor

gcampax commented Sep 13, 2021

Saving of conversation history was removed in #769 because it was causing issues due to the large size of the JSON blob we put in the database. Instead, we should store each message in the history in a separate db row, so we don't have large blobs.

@gcampax gcampax added bug Something isn't working dialogue-agent Issues with the dialogue agent at runtime (not state machine related) P2 We need to fix it (backlog) labels Sep 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dialogue-agent Issues with the dialogue agent at runtime (not state machine related) P2 We need to fix it (backlog)
Projects
None yet
Development

No branches or pull requests

2 participants