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

Formale Metadaten

Titel
Using Haystack to Build Custom Functionality for LLM Applications
Serientitel
Anzahl der Teile
798
Autor
Mitwirkende
Lizenz
CC-Namensnennung 2.0 Belgien:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen.
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache

Inhaltliche Metadaten

Fachgebiet
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.