I currently have an AI chatbot hosted on streamlit. However, I added the streamlit_feedback widget to collect user feedback on the answers generated by my chatbot. The users have the option to either thumbs up or thumbs down the answer. In an effort to evaluate the performance of my chatbot in the long term, I am attempting to save the user queries and generated answers along with the user feedback on a mongoDB database. However, I am unable to save the feedback to my database. I am trying to understand the interaction between the feedback widget and the rest of the chatbot. Any help would be greatly appreciated!
It seems you’re referring to the component streamlit-feedback
from Trubrics. You can access the data from within their dashboard which requires a signup. As for accessing the underlying data displayed on the Trubrics dashboard, I would recommend to check out their website for more info: https://www.trubrics.com/
Hope this helps!
Super thank you !
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.