-
Book Overview & Buying
-
Table Of Contents
Building Natural Language and LLM Pipelines
By :
To follow along and successfully implement the concepts discussed in this chapter, you need to set up a proper development environment. The main technical requirement is Python, which will be used to manage the dependencies and run the necessary code for the project.
The project is designed to work with Python 3.12, so ensure that you have this version installed. If not, consider using a tool such as pyenv to manage and install the correct Python version.
A complete step-by-step breakdown of the setup instructions can be found in the repository’s chapter folder: https://github.com/PacktPublishing/Building-Natural-Language-and-LLM-Pipelines/tree/main/ch6#setup-instructions. This chapter will be using Docker, so installing Docker Desktop is required to complete the exercises.
A complete overview of the architectural patterns used in this chapter can be found here: https://github.com/PacktPublishing/Building-Natural-Language-and-LLM-Pipelines...