LLM-Evals now support all LangChain chatmodels
- LLM-Evals (LLM evaluated metrics) now support all of langchain's chat models.
LLMTestCase
now hasexecution_time
andcost
, useful for those looking to evaluate on these parametersminimum_score
is nowthreshold
instead, meaning you can now create custom metrics that either have a "minimum" or "maximum" thresholdLLMEvalMetric
is nowGEval
- Llamaindex Tracing integration: (https://docs.llamaindex.ai/en/stable/module_guides/observability/observability.html#deepeval)