Replies: 1 comment 2 replies
-
|
This is an interesting requirement, thanks for sharing! There are some options today:
Is (1) enough for your use case or could you use (2)? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 have a scenario that I cannot log data (traces) with PII into the langfuse backend so I will need to get PII redacted via a separate service. Yet, I want to evaluate the trace language generation performance using the original traces.
One possibility: If I can inspect/intercept the trace object for post processing before sending it out to Langfuse, that will make it work. Even more, if I can post-process it and sent it to a different project_id to the same or a different Langfuse backend, that will make things a lot flexible.
Any guidance?
Beta Was this translation helpful? Give feedback.
All reactions