Launch Week 5 · Day 1: Experiments in CI/CD →
Workshop05 Dataset
WorkshopFor Instructors05 Dataset

05 Dataset

Workshop source

Workshop material is maintained in the public langfuse/langfuse-workshop repository. Use the repository for the runnable app, checkpoint branches, and local setup.

View this Markdown file

Learner guide: 05 Dataset

Instructor notes

  • Frame the dataset as product scope written down: expected user inputs, expected behavior, and metadata for slicing.
  • The code path is intentionally simple: seed curated JSON into Langfuse, then inspect the hosted dataset.
  • Connect this chapter back to monitoring: good dataset items often come from surprising production traces.

Demo rhythm

  1. Open data/seed-dataset.json and point out input, expectedOutput, and metadata.
  2. Run npm run dataset:seed.
  3. Open the dataset list and item table in Langfuse.

Watch for

  • Learners expecting exact-answer matching. The ideal answer is reference material for evaluators, not a string equality target.
  • Duplicate dataset items if the seed script is run repeatedly against the same project.

Was this page helpful?