Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.43 KB

File metadata and controls

28 lines (20 loc) · 1.43 KB

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
automate_annotation_queue Automatically route traces into annotation queues via batch or real-time assignment
usage_stats Fetch trace, thread, and span counts per project and visualise daily and cumulative trends

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
working_with_governance_data Instrument agents with governance tags and metadata, derive composite metrics, and extract aggregated scores for oversight reporting