From e8f224fd3a03eb9c06ce9c729baca07cb731b30e Mon Sep 17 00:00:00 2001 From: Nan Wang Date: Mon, 20 Feb 2023 13:15:11 +0800 Subject: [PATCH] docs: add missing links to toc (#1163) add missing links to toc --------- Signed-off-by: Nan Wang --- docs/modules/chains/how_to_guides.rst | 1 + docs/modules/llms/how_to_guides.rst | 2 ++ 2 files changed, 3 insertions(+) diff --git a/docs/modules/chains/how_to_guides.rst b/docs/modules/chains/how_to_guides.rst index 6c1b0ac241..4481553946 100644 --- a/docs/modules/chains/how_to_guides.rst +++ b/docs/modules/chains/how_to_guides.rst @@ -19,6 +19,7 @@ They are broken up into four categories: ./generic_how_to.rst ./combine_docs_how_to.rst ./utility_how_to.rst + ./async_chain.ipynb In addition to different types of chains, we also have the following how-to guides for working with chains in general: diff --git a/docs/modules/llms/how_to_guides.rst b/docs/modules/llms/how_to_guides.rst index 6985519ab2..a8a71cc99f 100644 --- a/docs/modules/llms/how_to_guides.rst +++ b/docs/modules/llms/how_to_guides.rst @@ -17,3 +17,5 @@ They are split into two categories: ./generic_how_to.rst ./integrations.rst + ./async_llm.ipynb + ./streaming_llm.ipynb