docs: Add hyperlink to immediately show the table at the bottom of th… (#28102)

Added a hyperlink which can be clicked so users can immediately see the
table and find out the various example selector methods
This commit is contained in:
Zapiron 2024-11-14 22:52:18 +08:00 committed by GitHub
parent 4b641f87ae
commit cff70c2d67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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."
]