Skip to content

Commit d90909f

Browse files
authored
Merge pull request #253 from deepset-ai/agent-powered-retrieval
Add the new Agent Powered Retrieval notebook
2 parents d3183ba + fd6addf commit d90909f

File tree

2 files changed

+1207
-8
lines changed

2 files changed

+1207
-8
lines changed

index.toml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,6 @@ topics = ["Web-QA", "Data Scraping", "RAG"]
276276
[[cookbook]]
277277
title = "Build a GitHub Issue Resolver Agent"
278278
notebook = "github_issue_resolver_agent.ipynb"
279-
new = true
280279
topics = ["Function Calling", "Agents"]
281280

282281
[[cookbook]]
@@ -287,31 +286,26 @@ topics = ["Metadata"]
287286
[[cookbook]]
288287
title = "Building an Interactive Feedback Review Agent with Azure AI Search and Haystack"
289288
notebook = "feedback-analysis-agent-with-AzureAISearch.ipynb"
290-
new = true
291289
topics = ["AzureAISearch", "Agents", "RAG"]
292290

293291
[[cookbook]]
294292
title = "Hybrid RAG Pipeline with Breakpoints"
295293
notebook = "hybrid_rag_pipeline_with_breakpoints.ipynb"
296-
new = true
297294
topics = ["Advanced Retrieval", "RAG"]
298295

299296
[[cookbook]]
300297
title = "Breakpoint on Agent in a Pipeline"
301298
notebook = "agent-breakpoints.ipynb"
302-
new = true
303299
topics = ["Agents"]
304300

305301
[[cookbook]]
306302
title = "Simple Keyword Extraction using OpenAIChatGenerator"
307303
notebook = "keyword-extraction.ipynb"
308-
new = true
309304
topics = ["Keyword Extraction"]
310305

311306
[[cookbook]]
312307
title = "DevOps Support Agent with Human in the Loop"
313308
notebook = "agent_with_human_in_the_loop.ipynb"
314-
new = true
315309
topics = ["Function Calling", "Agents"]
316310

317311
[[cookbook]]
@@ -323,14 +317,12 @@ topics = ["Multimodal"]
323317
[[cookbook]]
324318
title = "Build a GitHub PR Creator Agent"
325319
notebook = "github_pr_creator_agent.ipynb"
326-
new = true
327320
topics = ["Function Calling", "Agents"]
328321

329322
[[cookbook]]
330323
title = "Trace and Evaluate RAG with Arize Phoenix"
331324
notebook = "arize_phoenix_evaluate_haystack_rag.ipynb"
332325
topics = ["Observability", "Evaluation", "RAG"]
333-
new = true
334326

335327
[[cookbook]]
336328
title = "AI Guardrails: Content Moderation and Safety with Open Language Models"
@@ -349,3 +341,9 @@ title = "Calculating a Hallucination Score with the OpenAIChatGenerator"
349341
notebook = "hallucination_score_calculator.ipynb"
350342
topics = ["RAG"]
351343
new = 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

Comments
 (0)