Can I send metadata or tags to Langfuse? #1648
Replies: 9 comments 4 replies
-
Hey @HenryHengZJ , can you perhaps comment on this? It seems like the relevant code is located here: But I'm also having trouble understanding the right format of the input JSON to get this to work. |
Beta Was this translation helpful? Give feedback.
-
Not sure if this documentation still works but I will try also: |
Beta Was this translation helpful? Give feedback.
-
Okay, so
But
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
And
|
Beta Was this translation helpful? Give feedback.
-
@marcklingen , could you perhaps update your documentation regarding |
Beta Was this translation helpful? Give feedback.
-
@HenryHengZJ , I guess my question to you here, is what's the right way for a custom tool/code to "pass through" |
Beta Was this translation helpful? Give feedback.
-
For what is worth in our case we "hijacked" the |
Beta Was this translation helpful? Give feedback.
-
Sorry for moving slow on this as I was focused on some major new feature releases for Langfuse. I added tags/metadata to the Langchain (JS) integration in langfuse (as of v3.3.4). PR to upgrade to this version in Flowise: #2055 Thereby passing metdata and tags via the override config to Langfuse should be simple, let me know in case this does not work as expected once the upgrade is released. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to be able to pass metadata or at least tags when using Langfuse via Flowise. Is this possible?
Here's what I tried but did not work.
I also tried to find the place in the code where Flowise sets up the trace but I got confused :) It seems that there are multiple places where the setup is happening afaict. Also, please note that I am not using OpenAI.
All the examples, demonstrate how to pass userId but there is not really any documentation on how (and if) this is possible.
Thanks 🙏
Beta Was this translation helpful? Give feedback.
All reactions