Everything is a Graph - Building LLM Applications with Graph-Based Architecture
Offered By: PyCon US via YouTube
Course Description
Overview
Explore how conceptualizing NLP applications and LLMs as graphs can simplify development and enhance customization in this 34-minute PyCon US talk. Discover the structure of common NLP applications like retrieval-augmented generation (RAG) and learn to represent each step as a node in a graph. Examine the incorporation of branches and loops into these applications, and delve into building customized tooling for NLP applications in Python. Follow along with working examples using Haystack's pipeline structure and custom component API, including a private Notion question-answering app and a Hacker News post summarizer. Gain valuable insights into the benefits of viewing NLP applications as directed multi-graphs and explore tools available to Python developers for integrating this architecture using open-source frameworks like Haystack.
Syllabus
Talks - Tuana Celik: Everything is a graph, including LLM Applications (and that’s handy)
Taught by
PyCon US
Related Courses
Long Form Question Answering in HaystackJames Briggs via YouTube Adding New Doc Stores to Haystack
James Briggs via YouTube Extractive Q&A With Haystack and FastAPI in Python
James Briggs via YouTube From Basic Distance Search to a Complex Multi Criteria Search
EuroPython Conference via YouTube Advanced Aspects of the Django Ecosystem - Haystack, Celery & Fabric
EuroPython Conference via YouTube