-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature/basic-chat-app-with-flagging #1
Feature/basic-chat-app-with-flagging #1
Conversation
Nice. Are you suggesting that I use it for the upload step? |
@burtenshaw It might help for inspiration. I am not sure how I implemented the flagging myself, but I believe it logs continuously (every interaction) instead of periodically as the implementation above but I guess it could work either way. |
I'll add it to give us options. But we're still early so need to decide. |
@davidberenstein1957 I've added persistence, so now I think we should move on to inference. The only outstanding issue are unique identifiers for user and session, this will make it easier for us to deal with the data downstream. |
@burtenshaw I will have a look later today. |
feat: distinguish in uploads per session and conversation
This PR includes a basic chatting app that stores feedback in a dataframe.
Next step: push dataframe to dataset repo