Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,13 @@ new = true
topics = ["Advanced Retrieval", "RAG"]
discuss = "https://github.com/deepset-ai/haystack-experimental/discussions/281"

[[cookbook]]
title = "Breakpoint on Agent in a Pipeline"
notebook = "agent-breakpoints.ipynb"
experimental = true
new = true
topics = ["Agents"]

[[cookbook]]
title = "Simple Keyword Extraction using OpenAIChatGenerator"
notebook = "keyword-extraction.ipynb"
Expand Down
Loading