Everything is a Graph, Including LLM Applications - Simplifying NLP with Graph-Based Thinking
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 thinking of NLP applications as directed multi-graphs and leveraging open-source frameworks like Haystack to create tailored tools for Python developers.
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