FlowiseAI / Flowise

Drag & drop UI to build your customized LLM flow
https://flowiseai.com
Apache License 2.0
31.71k stars 16.54k forks source link

[BUG]v2.89.0 overrideConfig setting #3516

Closed lizard-ian closed 1 week ago

lizard-ian commented 1 week ago

hi, I want to integrate langfuse for monitoring. In the v2.88.0 version, I use a command similar to the following to send the userID: { "question": "hi there", "overrideConfig": { "analytics": { "langFuse": { // langSmith, langFuse, lunary, langWatch "userId": "user1" } } } }

But when I upgraded the version to v2.89.0, I found that the Override Configuration was disabled by default. When I enabled it, I found that I couldn't find any variables related to "analytics" or "userId", so I currently cannot send the userID to langfuse. Is there any other way to send userID in the new version?