Skip to content
Discussion options

You must be logged in to vote

Hi @harshjhajarvis-svg, thanks for raising this!
Currently, Langfuse's built-in LLM-as-a-Judge evaluators do not support processing uploaded files or images. When you log a trace that includes uploaded files in your multi-LLM chat application, the evaluator will only see the text representation of the messages, not the actual file content.

A workaround for this is to use the SDK to run experiments outside of the Langfuse UI:

  • fetch the trace via the SDK
  • run your evaluation with the full multimodal context
  • post scores back to Langfuse

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by harshjhajarvis-svg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants