From cff70c2d671a0d645c12ab3f9b5adddede7ad6a6 Mon Sep 17 00:00:00 2001 From: Zapiron <125368863+DangerousPotential@users.noreply.github.com> Date: Thu, 14 Nov 2024 22:52:18 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20Add=20hyperlink=20to=20immediately=20sh?= =?UTF-8?q?ow=20the=20table=20at=20the=20bottom=20of=20th=E2=80=A6=20(#281?= =?UTF-8?q?02)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added a hyperlink which can be clicked so users can immediately see the table and find out the various example selector methods --- 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 b6594fbdb0a..1c90627d9c8 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." ]