upload_results=False to evaluate() / aevaluate().
This will run you application and evaluators exactly as it always does and return the same output, but nothing will be recorded to LangSmith. This includes not just the experiment results but also the application and evaluator traces.
If you want to upload results to LangSmith but also need to process them in your script (for quality gates, custom aggregations, etc.), refer to Read experiment results locally.
Example
Let’s take a look at an example: Requireslangsmith>=0.2.0. Example also uses pandas.
Connect these docs to Claude, VSCode, and more via MCP for real-time answers.

