Commit 2f9442d
committed
fix: correct DeepAcyclicGraph import path in DAG docs
The Usage section showed `from deepeval.dag import DeepAcyclicGraph`
which raises ModuleNotFoundError. The correct import is
`from deepeval.metrics.dag import DeepAcyclicGraph`, consistent with
all other examples in the same file.
Fixes #26401 parent faab50d commit 2f9442d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
0 commit comments