From fe11a71d284c927e8313b7fd09178ad9f6a39dce Mon Sep 17 00:00:00 2001 From: Hamza Kyamanywa Date: Mon, 12 May 2025 20:46:30 +0900 Subject: [PATCH] docs: update link in agentic concepts tutorial for map-reduce implementation (#4650) ## PR for: - Fix broken link in agentic concepts tutorial for map-reduce implementation --- docs/docs/concepts/agentic_concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/concepts/agentic_concepts.md b/docs/docs/concepts/agentic_concepts.md index ed1a811f9..bb0f17c74 100644 --- a/docs/docs/concepts/agentic_concepts.md +++ b/docs/docs/concepts/agentic_concepts.md @@ -99,7 +99,7 @@ Parallel processing is vital for efficient multi-agent systems and complex tasks - Implementation of map-reduce-like operations - Efficient handling of independent subtasks -For practical implementation, see our [map-reduce tutorial](../how-tos/map-reduce.ipynb). +For practical implementation, see our [map-reduce tutorial](../how-tos/graph-api.ipynb#map-reduce-and-the-send-api) ### Subgraphs