Flowise Integration
Flowise (GitHub (opens in a new tab)) is a no-code builder to build your customized LLM flows with a drag&drop editor.
With the native integration, you can use Flowise to quickly create complex LLM applications in no-code and then use Langfuse to monitor and improve them.
The integration supports all use cases of Flowise, including: interactively in the UI, API, and embeds.
Integration
Obtain Langfuse API keys
- Create account and project on cloud.langfuse.com (opens in a new tab)
- Copy API keys for your project
Run Flowise
# install
npm install -g flowise
# start
npx flowise start
Add Langfuse
Optionally add release
to tag the current version of the flow. Changing the other options is commonly not needed.
Mapping of Flowise to Langfuse
The integration automatically maps the following fields from Flowise to Langfuse:
Flowise | Langfuse | Notes | Required version |
---|---|---|---|
chatId | userId | The chatId represents an individual user in Langfuse. | Flowise 1.4.3 (opens in a new tab) |