File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 40
40
HF_API_TOKEN : ${{ secrets.HF_API_KEY }}
41
41
OPENAI_API_KEY : ${{ secrets.OPENAI_API_KEY }}
42
42
SERPERDEV_API_KEY : ${{ secrets.SERPERDEV_API_KEY }}
43
+ NOTION_API_KEY : ${{ secrets.NOTION_API_KEY }}
43
44
44
45
steps :
45
46
- name : Checkout
Original file line number Diff line number Diff line change 71
71
HF_API_TOKEN : ${{ secrets.HF_API_KEY }}
72
72
OPENAI_API_KEY : ${{ secrets.OPENAI_API_KEY }}
73
73
SERPERDEV_API_KEY : ${{ secrets.SERPERDEV_API_KEY }}
74
+ NOTION_API_KEY : ${{ secrets.NOTION_API_KEY }}
74
75
75
76
steps :
76
77
- name : Checkout
Original file line number Diff line number Diff line change @@ -227,5 +227,5 @@ notebook = "45_Creating_a_Multi_Agent_System.ipynb"
227
227
aliases = []
228
228
completion_time = " 20 min"
229
229
created_at = 2025-06-02
230
- dependencies = []
230
+ dependencies = [" duckduckgo-api-haystack " , " docstring-parser " ]
231
231
featured = true
Original file line number Diff line number Diff line change 64
64
}
65
65
],
66
66
"source" : [
67
- " !pip install -q haystack-ai duckduckgo-api-haystack"
67
+ " %%bash\n " ,
68
+ " \n " ,
69
+ " pip install -q haystack-ai duckduckgo-api-haystack"
68
70
]
69
71
},
70
72
{
123
125
"outputs" : [],
124
126
"source" : [
125
127
" from haystack.tools import ComponentTool\n " ,
126
- " from haystack.components.websearch import DuckduckgoApiWebSearch\n " ,
128
+ " from duckduckgo_api_haystack import DuckduckgoApiWebSearch\n " ,
127
129
" \n " ,
128
130
" \n " ,
129
131
" def doc_to_string(documents) -> str:\n " ,
You can’t perform that action at this time.
0 commit comments