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
Pinecone Vercel Starter Template and RAG - Live Code Review Part 2Pinecone via YouTube Will LLMs Kill Search? The Future of Information Retrieval
Aleksa Gordić - The AI Epiphany via YouTube RAG But Better: Rerankers with Cohere AI - Improving Retrieval Pipelines
James Briggs via YouTube Advanced RAG - Contextual Compressors and Filters - Lecture 4
Sam Witteveen via YouTube LangChain Multi-Query Retriever for RAG - Advanced Technique for Broader Vector Space Search
James Briggs via YouTube