Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Description

Exercises for Chapter 5. "Haystack pipeline development with custom components"

Topics covered

  • How to define Haystack custom components
  • Integrating your custom component into a pipeline
  • Advanced Custom Component Feature implementation
  • Testing and Debugging Custom Components

Directory of notebooks

  1. Introduction to custom components
  2. Custom components with global state management
  3. Custom components with error handling
  4. Custom components with logging
  5. Custom components that take scalability into account
  6. Testing custom components - sample custom component to test
  7. Testing custom components - test custom component
  8. Testing custom components - test pipeline with components