Missing scores after pushing scores to Langfuse #3976
-
|
I am following the cookbook from this link: The first time I have scored around 30 traces, but when I executed this code, but I only see one trace scored. The second time, I scored all the traces and fetched the scores back to Langfuse, but only a few showed the scores. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
There are a few potential reasons why scores might not be recorded as expected in Langfuse:
By checking these aspects, you should be able to diagnose and resolve the issue with missing scores. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @laisalvescw, can you see those scores in the Scores table in the Langfuse UI? |
Beta Was this translation helpful? Give feedback.
-
|
I identified that the issue was due to missing values in the 'faithfulness' column, which were causing JSON formatting errors. After filling in these missing values, the API began working smoothly. This wasn’t immediately obvious because the number of missing values differed from the number of scores that appeared missing in the Langfuse UI. With the values now updated, the issue appears to be resolved. |
Beta Was this translation helpful? Give feedback.
I identified that the issue was due to missing values in the 'faithfulness' column, which were causing JSON formatting errors. After filling in these missing values, the API began working smoothly. This wasn’t immediately obvious because the number of missing values differed from the number of scores that appeared missing in the Langfuse UI. With the values now updated, the issue appears to be resolved.