We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents faab50d + 2f9442d commit 805cd56Copy full SHA for 805cd56
1 file changed
docs/content/docs/(custom)/metrics-dag.mdx
@@ -62,7 +62,7 @@ You'll also need to supply any additional arguments such as `expected_output` an
62
The `DAGMetric` can be used to evaluate single-turn LLM interactions based on LLM-as-a-judge decision-trees.
63
64
```python
65
-from deepeval.dag import DeepAcyclicGraph
+from deepeval.metrics.dag import DeepAcyclicGraph
66
from deepeval.metrics import DAGMetric
67
68
dag = DeepAcyclicGraph(root_nodes=[...])
0 commit comments