diff --git a/docs/modules/chains/how_to_guides.rst b/docs/modules/chains/how_to_guides.rst index 6c1b0ac2416..4481553946e 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 6985519ab2d..a8a71cc99f5 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