description |
---|
Learn how to analyze and troubleshoot your chatflows and agentflows |
There are several analytic providers Flowise integrates with:
Lunary is a monitoring and analytics platform for LLM chatbots.
Flowise has partnered with Lunary to provide a complete integration supporting user tracing, feedback tracking, conversation replays and detailed LLM analytics.
Flowise users can get a 30% discount on the Teams Plan using code FLOWISEFRIENDS
during checkout.
Read more on how to setup Lunary with Flowise here.
- At the top right corner of your Chatflow or Agentflow, click Settings > Configuration
- Then go to the Analyse Chatflow section
- You will see a list of providers, along with their configuration fields
- Fill in the credentials and other configuration details, then turn the provider ON
Once the analytic has been turned ON from the UI, you can override or provide additional configuration in the body of the Prediction API:
{
"question": "hi there",
"overrideConfig": {
"analytics": {
"langFuse": {
// langSmith, langFuse, lunary, langWatch
"userId": "user1"
}
}
}
}