@@ -276,7 +276,6 @@ topics = ["Web-QA", "Data Scraping", "RAG"]
276276[[cookbook ]]
277277title = " Build a GitHub Issue Resolver Agent"
278278notebook = " github_issue_resolver_agent.ipynb"
279- new = true
280279topics = [" Function Calling" , " Agents" ]
281280
282281[[cookbook ]]
@@ -287,31 +286,26 @@ topics = ["Metadata"]
287286[[cookbook ]]
288287title = " Building an Interactive Feedback Review Agent with Azure AI Search and Haystack"
289288notebook = " feedback-analysis-agent-with-AzureAISearch.ipynb"
290- new = true
291289topics = [" AzureAISearch" , " Agents" , " RAG" ]
292290
293291[[cookbook ]]
294292title = " Hybrid RAG Pipeline with Breakpoints"
295293notebook = " hybrid_rag_pipeline_with_breakpoints.ipynb"
296- new = true
297294topics = [" Advanced Retrieval" , " RAG" ]
298295
299296[[cookbook ]]
300297title = " Breakpoint on Agent in a Pipeline"
301298notebook = " agent-breakpoints.ipynb"
302- new = true
303299topics = [" Agents" ]
304300
305301[[cookbook ]]
306302title = " Simple Keyword Extraction using OpenAIChatGenerator"
307303notebook = " keyword-extraction.ipynb"
308- new = true
309304topics = [" Keyword Extraction" ]
310305
311306[[cookbook ]]
312307title = " DevOps Support Agent with Human in the Loop"
313308notebook = " agent_with_human_in_the_loop.ipynb"
314- new = true
315309topics = [" Function Calling" , " Agents" ]
316310
317311[[cookbook ]]
@@ -323,14 +317,12 @@ topics = ["Multimodal"]
323317[[cookbook ]]
324318title = " Build a GitHub PR Creator Agent"
325319notebook = " github_pr_creator_agent.ipynb"
326- new = true
327320topics = [" Function Calling" , " Agents" ]
328321
329322[[cookbook ]]
330323title = " Trace and Evaluate RAG with Arize Phoenix"
331324notebook = " arize_phoenix_evaluate_haystack_rag.ipynb"
332325topics = [" Observability" , " Evaluation" , " RAG" ]
333- new = true
334326
335327[[cookbook ]]
336328title = " AI Guardrails: Content Moderation and Safety with Open Language Models"
@@ -349,3 +341,9 @@ title = "Calculating a Hallucination Score with the OpenAIChatGenerator"
349341notebook = " hallucination_score_calculator.ipynb"
350342topics = [" RAG" ]
351343new = true
344+
345+ [[cookbook ]]
346+ title = " Agent-Powered Retrieval with Haystack"
347+ notebook = " agent_powered_retrieval.ipynb"
348+ topics = [" Agents" , " Advanced Retrieval" , " Metadata" ]
349+ new = true
0 commit comments