-
Notifications
You must be signed in to change notification settings - Fork 7
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
Fix/conversation loggin fix #108
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great; one note that could improve is to store more than just the timestamp of the last interaction. Would be ideal, as we discussed in the office, to have in metadata a timestamp for when the discussion was created, and all timestamps for whenever the chain is evoked, meaning whenever a question is fed to the chatbot.
Fixed the issues requested. Here is an example: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great
Two small fixes I missed in the logging implementation the first time around:
meta
section in each discussion for logging. This includes atime_last_used
which is when the discussion was last used .Tested to see if it was working in action #141