Analytic

There are several analytic providers Flowise integrates with:

UI

  1. At the top right corner, click Analyse Chatflow:

  1. You will see the list of providers along with configuration:

  1. Simply fill in the credential and other configuration, then turn it ON:

API

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
                "userId": "user1"
            }
        }
    }
}

Last updated