Skip to content

Commit

Permalink
add talk
Browse files Browse the repository at this point in the history
  • Loading branch information
masci committed Jun 10, 2024
1 parent 4ce8fca commit c32a0fc
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions site/content/talk/finding-the-needle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
+++
date = 2024-05-16
title = "Finding the needle: a deep dive into the rewriting of Haystack "
lang = "en"

[[conferences]]
name = "Pycon US"
date = 2024-05-16

[[material]]
name = "Slides"
url = "https://speakerdeck.com/masci/finding-the-needle-a-deep-dive-into-the-rewriting-of-haystack"

+++

Haystack is an open-source framework. With Haystack you can compose various NLP tools to build applications, with a
particular focus on Large Language Models. Haystack was built before the “ChatGPT revolution”. Same as many others in
this industry, we had to question all the existing assumptions in order to adapt, and we had to do it fast.

In this talk, we'll explore the motivations behind the refactoring, the challenges we faced, and the outcomes achieved
through this intensive process. From rethinking many of the original abstractions, all the way up to growing a vibrant
community of users and contributors, we’ll share the key strategies and techniques employed during this journey.

Whether you're a seasoned open-source contributor or a curious enthusiast, this talk promises to uncover valuable
insights and lessons learned from the evolution of Haystack.

0 comments on commit c32a0fc

Please sign in to comment.