marliessophie
marliessophie
- `feat`: POST score-configs endpoint - includes validation of input, reused in creating config in front-end for consistency - `feat`: POST scores, new request parameters `configId`, `stringValue`, `dataType` - includes...
Background: we launched the trace timeline view a few months ago, for users to help identify performance bottlenecks and visualise parallelisation. However, for deeply nested traces we're hitting UI performance...
# Annotation Queue System Implementation This PR introduces a comprehensive Annotation Queue System to streamline the process of scoring traces and observations. The system allows users to create, manage, and...
On our **Langfuse Dashboard**, all charts are currently loaded for users at all times upon navigating to the dashboard. However, some charts are not relevant for certain users, hence convoluting...
**Background**: We currently use a [`filter-builder`](https://github.com/langfuse/langfuse/blob/f008a31a3d7111c4a9a6f1cbd6f50c8d60bc2b68/web/src/features/filters/components/filter-builder.tsx) in Langfuse to construct the controls for our UI table and dashboard filter options. We also use this component in the evaluation config form...
Background: our Langfuse Trace Timeline View helps identify performance bottlenecks, and visualise parallelisation. Desired behaviour: We'd like to add a visual marker for the "time-to-first-token" in the timeline, helping users...
We recently launched supporting **Comments** on objects in **Langfuse**, see [changelog](https://langfuse.com/changelog/2024-08-20-comments) for context. Now, we'd like to enhance the comments feature by allowing users to tag team members and trigger...
Background: Langfuse supports rendering Trace input/output as markdown or as json. When rendering content as json, langfuse truncates and collapses content by default, that may be expanded on click (see...