Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 959 Bytes

File metadata and controls

25 lines (17 loc) · 959 Bytes

opik-examples

Code snippets and examples for working with Opik, Comet's LLM evaluation and observability platform.

Structure

opik-examples/
├── code-snippets/     # Short, self-contained scripts for specific tasks
└── examples/          # Multi-file, end-to-end examples with full context

code-snippets

Snippet Description
trace_management Inspect and delete traces by date range, tags, or per-tag TTL policies

examples

Example Description
otel_with_offline_eval_example Use OpenTelemetry tracing alongside Opik's offline evaluation workflow
programmatic_leaderboard_dashboard_creation Create an Experiment Leaderboard dashboard entirely via the REST API