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
4 changes: 2 additions & 2 deletions index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ dependencies = ["sentence-transformers>=4.1.0", "datasets", "accelerate"]
title = "Creating a Multi-Agent System with Haystack"
description = "Use agents specialized in specific tasks to build more complex, modular agent workflows"
level = "advanced"
weight = 10
weight = 11
notebook = "45_Creating_a_Multi_Agent_System.ipynb"
aliases = []
completion_time = "20 min"
Expand All @@ -245,7 +245,7 @@ featured = true
title = "Human-in-the-Loop with Haystack Agents"
description = "Learn how to use confirmation strategies to get user input before tool execution for safer, more controllable AI systems."
level = "advanced"
weight = 11
weight = 10
notebook = "47_Human_in_the_Loop_Agent.ipynb"
aliases = []
completion_time = "20 min"
Expand Down
Loading