-
Book Overview & Buying
-
Table Of Contents
Building Natural Language and LLM Pipelines
By :
Throughout this book, we will be using uv package management (https://docs.astral.sh/uv/getting-started/installation/). This will enable us to manage dependencies throughout the code-based exercises in this book.
You will also require Python 3.11 or higher installed (https://www.python.org/downloads/).
The GitHub repository with exercises can be found here: https://github.com/PacktPublishing/Building-Natural-Language-and-LLM-Pipelines.
Each chapter starting from Chapter 2 is paired with Jupyter notebooks, .py scripts and extensive documentation to help you practice and apply the concepts learned. As an example, exercises for Chapter 2 can be found in the ch2 folder of the repository: https://github.com/PacktPublishing/Building-Natural-Language-and-LLM-Pipelines/tree/main/ch2
This same pattern applies to subsequent chapters.
We recommend that you install Miniconda and VS Code. These will enable you to run the Jupyter notebooks and scripts...