Skip to content

Releases: confident-ai/deepeval

Synthetic Data, Caching, Benchmarks, and GEval improvement

31 Mar 18:30
Compare
Choose a tag to compare

For deepeval's latest release v0.21.15, we release:

Async Support for Prod

09 Mar 17:27
Compare
Choose a tag to compare

In deepeval v0.20.85:

Conversational Metrics and Synthetic Data Generation

04 Mar 18:04
Compare
Choose a tag to compare

In DeepEval's latest release, there is now:

Production Stability

25 Feb 11:18
Compare
Choose a tag to compare

For the newest release, deepeval now is now stable for production use:

  • reduced package size
  • separated functionality of pytest vs deepeval test run command
  • included coverage score for summarization
  • fix contextual precision node error
  • released docs for better transparency into metrics calculation
  • allows users to configure RAGAS metrics for custom embedding models: https://docs.confident-ai.com/docs/metrics-ragas#example
  • fixed bugs with checking for package updates

Hugging Face and LlamaIndex integration

14 Feb 06:05
Compare
Choose a tag to compare

For the latest release, 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