Skip to content

Commit 21ecdc9

Browse files
committed
Merge remote-tracking branch 'origin/main' into hotfix/integrations
# Conflicts: # pyproject.toml
2 parents 5c84d0d + 171b077 commit 21ecdc9

4 files changed

Lines changed: 1462 additions & 255 deletions

File tree

docs/content/docs/(custom)/metrics-dag.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ You'll also need to supply any additional arguments such as `expected_output` an
6262
The `DAGMetric` can be used to evaluate single-turn LLM interactions based on LLM-as-a-judge decision-trees.
6363

6464
```python
65-
from deepeval.dag import DeepAcyclicGraph
65+
from deepeval.metrics.dag import DeepAcyclicGraph
6666
from deepeval.metrics import DAGMetric
6767

6868
dag = DeepAcyclicGraph(root_nodes=[...])

docs/content/docs/introduction.mdx

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,6 @@ DeepEval is local-first: your evaluations run in your own environment. When your
3434
team needs shared dashboards, regression tracking, observability, or production
3535
monitoring, DeepEval integrates natively with [Confident AI](https://www.confident-ai.com).
3636

37-
## Why DeepEval Exists
38-
39-
LLM applications are hard to test with traditional assertions. The same input can
40-
produce multiple acceptable outputs, failures are often semantic, and quality can
41-
depend on tool calls, multi-step reasoning, state, retrieved context, or conversation
42-
history.
43-
44-
DeepEval exists to make those behaviors testable without forcing every team into
45-
one workflow. You can write Pytest-style checks for CI/CD, run evals from
46-
standalone scripts and notebooks, score saved test cases or full datasets,
47-
evaluate entire traces or individual spans, and bring the same feedback loop into
48-
agentic coding workflows.
49-
5037
## Who is DeepEval For?
5138

5239
DeepEval was designed for a technical audience and here are the main personas we serve well:

0 commit comments

Comments
 (0)