dieguito2023.ia
dieguito2023.ia10mo ago

Flowise Integration - Langfuse

I'm trying to integrate Langfuse with Flowise to get information from different users. I'm using the code: import Chatbot from "https://cdn.jsdelivr.net/npm/flowise-embed/dist/web.js" Chatbot.initFull({ chatflowid: "a9b0e51a-9402-4154-8494-4e2ab879a6ee", apiHost: "https://my-api.com", chatflowConfig: { "sessionId": guid, "chatId": "user_01_test" }, the code has no error, but it is also not sending user information to langfuse cloud. i'm using information from link https://langfuse.com/docs/flowise#mapping-of-flowise-to-langfuse
Flowise Integration - Langfuse
Capture all LLM calls made via Flowise in Langfuse
2 Replies
dieguito2023.ia
dieguito2023.ia10mo ago
Flowise integration
Gilbert
Gilbert10mo ago
I have the same issue. it doesn't display any errors, but it doesn't get any data. Any suggestions?