-
Book Overview & Buying
-
Table Of Contents
Building Natural Language and LLM Pipelines
By :
In this chapter, we will explore key NLP techniques by constructing a series of hands-on projects. We will pivot from the concept of monolithic pipelines, which we have built in previous chapters, to a more advanced, scalable, and modern architecture: building discrete, high-performance tools. This approach is foundational to building agentic systems, where a central orchestrator, that is, an agent, intelligently selects from a set of tools to accomplish complex goals.
In this chapter, we will introduce another powerful, graph-based orchestration framework to focus on agentic implementation: LangGraph. This chapter's narrative arc is thus established: Haystack serves as our robust tool-builder, and LangGraph will be introduced as the agentic layer orchestrator.
In this chapter, through hands-on projects, we'll be covering the following topics: