We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feaa186 commit 5b99d98Copy full SHA for 5b99d98
1 file changed
index.toml
@@ -500,4 +500,17 @@ haystack_2 = true
500
guide = true
501
colab = false
502
download = false
503
-created_at = 2024-07-17
+created_at = 2024-07-17
504
+
505
+[[tutorial]]
506
+title = "Retrieving a Context Window Around a Sentence"
507
+description = "Learn how to create aan Agent that can use a web search tool to answer questions"
508
+level = "beginner"
509
+weight = 7
510
+notebook = "43_Building_a_Tool_Calling_Agent.ipynb"
511
+aliases = []
512
+completion_time = "10 min"
513
+created_at = 2025-04-03
514
+haystack_2 = true
515
+dependencies = []
516
+featured = true
0 commit comments