Commit cbddfc9
authored
docs(cookbook): add missing ddgs dependency to smolagents integration
The smolagents integration notebook uses DuckDuckGoSearchTool in Step 4,
but ddgs is not installed by smolagents[telemetry].
It belongs to the toolkit optional group in smolagents' pyproject.toml.
This causes ModuleNotFoundError when users follow the notebook.1 parent 4d2ebf9 commit cbddfc9
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments