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
This commit is contained in:
Hamza Kyamanywa
2025-05-12 07:46:30 -04:00
committed by GitHub
parent 347fbf1625
commit fe11a71d28
+1 -1
View File
@@ -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