From 3686093337287b9198966965ed09cd2d87d4a55b Mon Sep 17 00:00:00 2001 From: Kashyap M Date: Wed, 7 May 2025 11:09:47 -0700 Subject: [PATCH] Numbering fix --- .../partners/model_selection_guide/model_selection_guide.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/partners/model_selection_guide/model_selection_guide.ipynb b/examples/partners/model_selection_guide/model_selection_guide.ipynb index 1f6f70b9ed..647b72816a 100644 --- a/examples/partners/model_selection_guide/model_selection_guide.ipynb +++ b/examples/partners/model_selection_guide/model_selection_guide.ipynb @@ -1690,7 +1690,7 @@ "- **Improved Scratchpad Tool**: The scratchpad tool could be given more choices such as editing or deleting past memory. This would allow the model to choose whatever is most relevant to the question at hand\n", "- **Adjust Depth**: We can adjust the depth of the hierarchical navigation to find the right balance between cost and performance. Certain usecases will require sentence level citations (like legal documents), while others may only require paragraph level citations (like news articles). \n", "\n", - "## 6. Takeaways\n", + "## 7. Takeaways\n", "\n", "1. **Context Window is a Superpower:** Million-token context windows make it possible to navigate documents on-the-fly.\n", "2. **Hierarchical Approach Mimics Human Reading:** Agentic routing works like a human skimming a document for relevant sections.\n",