Skip to main content
We can run evaluations asynchronously via the SDK using aevaluate(), which accepts all of the same arguments as evaluate() but expects the application function to be asynchronous. To learn more, see how to use the evaluate() function.
This guide is only relevant when using the Python SDK. In JS/TS the evaluate() function is already async. For more information, see Evaluate LLM applications.

Use aevaluate()

  • Python
Requires langsmith>=0.3.13