trubrics / trubrics-sdk

Product analytics for AI Assistants
https://www.trubrics.com/
Apache License 2.0
131 stars 25 forks source link

Option to use trubrics without trubrics account #76

Closed juliuskittler closed 1 year ago

juliuskittler commented 1 year ago

If I understand the documentation correctly, it seems that currently, the trubrics SDK can only be used with a trubrics account. The user feedback will automatically be sent to this account and be made available via web interface.

However, what if I do not want to share my user feedback with the trubrics account? Is there a way to also use the trubrics SDK without a trubrics account? Ideally, I'd just like to extract the dictionary with the user feedback and store it in my own system.

jeffkayne commented 1 year ago

Hey @juliuskittler

We have an open source feedback component that allows you to do just that: https://github.com/trubrics/streamlit-feedback

Thanks!

juliuskittler commented 1 year ago

My bad, thanks for the good work!