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

Fix/conversation loggin fix #108

Merged
merged 8 commits into from
Oct 18, 2023
Merged

Conversation

julius-heitkoetter
Copy link
Collaborator

Two small fixes I missed in the logging implementation the first time around:

  1. There is now a meta section in each discussion for logging. This includes a time_last_used which is when the discussion was last used .
  2. Initially, the last response from a2rchi was not logged. This is fixed now.

Tested to see if it was working in action #141

Copy link
Collaborator

@mdr223 mdr223 left a 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!

Copy link
Collaborator

@ludomori99 ludomori99 left a 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.

@julius-heitkoetter
Copy link
Collaborator Author

Fixed the issues requested. Here is an example:

conversations_test.json

Copy link
Collaborator

@ludomori99 ludomori99 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great

@julius-heitkoetter julius-heitkoetter merged commit 10eb2ff into main Oct 18, 2023
@julius-heitkoetter julius-heitkoetter deleted the fix/conversation_loggin_fix branch October 18, 2023 19:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants