Skip to content

Releases: confident-ai/deepeval

LLM-Evals now support all LangChain chatmodels

16 Jan 11:22
Compare
Choose a tag to compare
  • LLM-Evals (LLM evaluated metrics) now support all of langchain's chat models.
  • LLMTestCase now has execution_time and cost, useful for those looking to evaluate on these parameters
  • minimum_score is now threshold instead, meaning you can now create custom metrics that either have a "minimum" or "maximum" threshold
  • LLMEvalMetric is now GEval
  • Llamaindex Tracing integration: (https://docs.llamaindex.ai/en/stable/module_guides/observability/observability.html#deepeval)

ALL RAG Metrics now offers score reasoning, and a lot more.

28 Dec 11:50
Compare
Choose a tag to compare

In this release:

Lots of new features

14 Dec 10:50
Compare
Choose a tag to compare

Lots of new features this release:

  1. JudgementalGPT now allows for different languages - useful for our APAC and European friends
  2. RAGAS metrics now supports all OpenAI models - useful for those running into context length issues
  3. LLMEvalMetric now returns a reasoning for its score
  4. deepeval test run now has hooks that call on test run completion
  5. evaluate now displays retrieval_context for RAG evaluation
  6. RAGAS metric now displays metric breakdown for all its distinct metrics

Continuous Evaluation

22 Nov 12:45
Compare
Choose a tag to compare
Continuous Evaluation Pre-release
Pre-release

Automatically integrated with Confident AI for continous evaluation throughout the lifetime of your LLM (app):

-log evaluation results and analyze metrics pass / fails
-compare and pick the optimal hyperparameters (eg. prompt templates, chunk size, models used, etc.) based on evaluation results
-debug evaluation results via LLM traces
-manage evaluation test cases / datasets in one place
-track events to identify live LLM responses in production
-add production events to existing evaluation datasets to strength evals over time

Continuous Evaluation

04 Dec 10:42
Compare
Choose a tag to compare

Automatically integrated with Confident AI for continous evaluation throughout the lifetime of your LLM (app):

-log evaluation results and analyze metrics pass / fails
-compare and pick the optimal hyperparameters (eg. prompt templates, chunk size, models used, etc.) based on evaluation results
-debug evaluation results via LLM traces
-manage evaluation test cases / datasets in one place
-track events to identify live LLM responses in production
-add production events to existing evaluation datasets to strength evals over time

Evaluate entire datasets

16 Nov 07:20
Compare
Choose a tag to compare

Mid-week bug fixes release with an extra feature:

Judgemental GPT

14 Nov 05:12
Compare
Choose a tag to compare

In this release, deepeval has added support for:

  • JudgementalGPT, a dedicated LLM app developed by Confident AI to perform evaluations more robustly and accurately. JudgementalGPT provides a score and a reason for the score.
  • Parallel testing: execute test cases in parallel and speed up evaluation up to 100x.

v0.20.17

13 Nov 10:08
Compare
Choose a tag to compare
new release

v0.20.16

07 Nov 03:32
Compare
Choose a tag to compare
new release

v0.20.15

06 Nov 19:59
Compare
Choose a tag to compare
new release