Skip to content

Commit

Permalink
docs: Add hyperlink to immediately show the table at the bottom of th… (
Browse files Browse the repository at this point in the history
#28102)

Added a hyperlink which can be clicked so users can immediately see the
table and find out the various example selector methods
  • Loading branch information
DangerousPotential authored Nov 14, 2024
1 parent 4b641f8 commit cff70c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/how_to/example_selectors.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"\n",
"The only method it needs to define is a ``select_examples`` method. This takes in the input variables and then returns a list of examples. It is up to each specific implementation as to how those examples are selected.\n",
"\n",
"LangChain has a few different types of example selectors. For an overview of all these types, see the below table.\n",
"LangChain has a few different types of example selectors. For an overview of all these types, see the [below table](#example-selector-types).\n",
"\n",
"In this guide, we will walk through creating a custom example selector."
]
Expand Down

0 comments on commit cff70c2

Please sign in to comment.