How to: Sequential Chains, LangChain Developers, 2024 (LangChain) - Official documentation describing how to use SimpleSequentialChain and SequentialChain in LangChain for building multi-step applications.
Generative AI with Python and TensorFlow, Leonie Watson, Tom Nick, 2023 (O'Reilly Media) - A practical guide to building generative AI applications, including architectural patterns for combining LLM capabilities into workflows.
Chain-of-Thought Prompting Elicits Reasoning in Large Language Models, Jason Wei, Xuezhi Wang, Dale Schuurmans, Maarten Bosma, Brian Ichter, Fei Xia, Ed Chi, Quoc Le, Denny Zhou, 2022arXiv preprint arXiv:2201.11903DOI: 10.48550/arXiv.2201.11903 - Introduces Chain-of-Thought prompting, a technique that allows large language models to solve complex problems by breaking them down into intermediate reasoning steps, which is conceptually similar to sequential operations.