[How to evaluate on a specific dataset version | 🦜️🛠️ LangSmith](https://docs.smith.langchain.com/evaluation/how_to_guides/dataset_version): LLM should read this page when needing to evaluate models on specific dataset versions, managing dataset versioning in LangSmith, or implementing version-specific evaluations. This page explains how to evaluate on a specific dataset version by using the list_examples/listExamples method with the as_of/asOf parameter to specify which version to use during evaluation.

