Replies: 3 comments 2 replies
|
+1 |
0 replies
|
Thanks for adding this @DelJaguar, and I agree that this would be very helpful! I created a python script to allow you to query the comments and export them as CSV in the meantime: https://colab.research.google.com/drive/1ErETZNWHyOjkG262bZHh-j3Vo9z83qUj |
1 reply
|
The workflow I have: I'm looking through the traces to look for anomalies, I want to mark traces somehow to later understand what anomalies I found and to communicate it to my team. Currently I can use annotate for that but i have to create scores which is not what I need + I can't have a score with multiple values selected. I want to be able to create tags or something similar on the fly, write comments and then search using those. |
1 reply
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.
Describe the feature or potential improvement
Currently, comments can be added to traces, observations, sessions, and prompts in Langfuse, and the Comments API allows programmatic access to comments. However, there is no documented way to export all comments specifically associated with human annotations or annotation queues directly from the Human Annotation page or through bulk export features in the UI
Feature Request:
Please add the ability to export all comments related to human annotations (including annotation queues) directly from the Human Annotation page in the UI. Ideally, this export should support common formats like CSV.
Use Case:
Enables teams to review, analyze, or archive annotation feedback and discussions offline.
Facilitates audit trails and reporting for manual evaluation processes.
Documents referenced before making request:
Human Annotation documentation
Comments on objects
Export Data from UI
Additional information
No response
All reactions