Pull evaluation data from Langfuse observability platform
EvaluationRow
format for evaluation.
Parameter | Type | Description |
---|---|---|
public_key | string | Langfuse public API key |
secret_key | string | Langfuse secret API key |
host | string | Langfuse host URL (default: https://cloud.langfuse.com) |
project_id | string | Optional project ID to filter traces |
Parameter | Type | Description |
---|---|---|
limit | int | Maximum number of rows to return |
tags | List[str] | Filter by specific tags |
user_id | str | Filter by user ID |
session_id | str | Filter by session ID |
from_timestamp | datetime | Filter traces after this timestamp |
to_timestamp | datetime | Filter traces before this timestamp |
include_tool_calls | bool | Whether to include tool calling traces |
pip install 'eval-protocol[langfuse]'