We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Using Haystack to Build Custom Functionality for LLM Applications

Formal Metadata

Title
Using Haystack to Build Custom Functionality for LLM Applications
Title of Series
Number of Parts
798
Author
Contributors
License
CC Attribution 2.0 Belgium:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
Retrieval-Augmented Generation (RAG) is an incredibly powerful technique (a hack, if you will) to make use of powerful LLMs while making sure they produce accurate information based on your own data. However, model providers and open-source frameworks cannot know exactly what you need for every application you might need to build. In this talk, we will look at Haystack, an open-source LLM framework, and see how you can use Haystack to build your own customized LLM functionality: - What is Retrieval-Augmented Generation - How to build custom RAG pipelines with a choice of model providers - How to customize your own tooling for LLM applications - Example: Build a 'HackerNewsFetcher' for a RAG application that uses the latest Hacker News articles.