You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the analytics have to be configured first through the Web interface and then a username can be selected. It would be ideal if we could have this turned on or off, without needing to configure it in the interface first.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
Would it be possible to get a field in the overrideConfigs to provide more entries for the various analytic engines?
https://docs.flowiseai.com/using-flowise/analytic
It looks like the analytics have to be configured first through the Web interface and then a username can be selected. It would be ideal if we could have this turned on or off, without needing to configure it in the interface first.
{
"question": "hi there",
"overrideConfig": {
"analytics": {
"langFuse": { // langSmith, langFuse, lunary
"userId": "user1"
}
}
}
}
Thank you!
Nick
Beta Was this translation helpful? Give feedback.
All reactions