From 3462130e2d6ebeddd9f258f585deb9f56504e236 Mon Sep 17 00:00:00 2001 From: Francisco Ingham Date: Thu, 16 Feb 2023 12:06:30 -0300 Subject: [PATCH] Modify number of types of chains (#1089) Changed number of types of chains to make it consistent with the rest of the docs --- docs/modules/chains/how_to_guides.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/chains/how_to_guides.rst b/docs/modules/chains/how_to_guides.rst index bf1c840f13e..6c1b0ac2416 100644 --- a/docs/modules/chains/how_to_guides.rst +++ b/docs/modules/chains/how_to_guides.rst @@ -4,7 +4,7 @@ How-To Guides A chain is made up of links, which can be either primitives or other chains. Primitives can be either `prompts <../prompts.html>`_, `llms <../llms.html>`_, `utils <../utils.html>`_, or other chains. The examples here are all end-to-end chains for specific applications. -They are broken up into three categories: +They are broken up into four categories: 1. `Generic Chains <./generic_how_to.html>`_: Generic chains, that are meant to help build other chains rather than serve a particular purpose. 2. `CombineDocuments Chains <./combine_docs_how_to.html>`_: Chains aimed at making it easy to work with documents (question answering, summarization, etc).