Skip to content

Commit b5fa1f6

Browse files
Numbering fix (#1821)
1 parent df923f4 commit b5fa1f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/partners/model_selection_guide/model_selection_guide.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1690,7 +1690,7 @@
16901690
"- **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",
16911691
"- **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",
16921692
"\n",
1693-
"## 6. Takeaways\n",
1693+
"## 7. Takeaways\n",
16941694
"\n",
16951695
"1. **Context Window is a Superpower:** Million-token context windows make it possible to navigate documents on-the-fly.\n",
16961696
"2. **Hierarchical Approach Mimics Human Reading:** Agentic routing works like a human skimming a document for relevant sections.\n",

0 commit comments

Comments
 (0)