Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/docs/(custom)/metrics-dag.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ You'll also need to supply any additional arguments such as `expected_output` an
The `DAGMetric` can be used to evaluate single-turn LLM interactions based on LLM-as-a-judge decision-trees.

```python
from deepeval.dag import DeepAcyclicGraph
from deepeval.metrics.dag import DeepAcyclicGraph
from deepeval.metrics import DAGMetric

dag = DeepAcyclicGraph(root_nodes=[...])
Expand Down
Loading