From 2d929832cb9fb16d08f12e557af78ec622021c0a Mon Sep 17 00:00:00 2001 From: Zapiron <125368863+DangerousPotential@users.noreply.github.com> Date: Thu, 14 Nov 2024 18:12:04 +0800 Subject: [PATCH] docs: Add hyperlink to immediately show the table at the bottom of the page --- docs/docs/how_to/example_selectors.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/how_to/example_selectors.ipynb b/docs/docs/how_to/example_selectors.ipynb index b6594fbdb0ae1..1c90627d9c858 100644 --- a/docs/docs/how_to/example_selectors.ipynb +++ b/docs/docs/how_to/example_selectors.ipynb @@ -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." ]