← Browse

World's Fair 2024

Knowledge Graphs & GraphRAG: Techniques for Building Effective GenAI Applications: Zach Blumenthal

Overview

This talk explores building effective Generative AI applications using Knowledge Graphs and Graph Retrieval Augmented Generation (GraphRAG). It demonstrates how to combine vector search with graph traversal and graph embeddings to create more personalized and contextually relevant AI-driven responses. The session focuses on practical implementation using Neo4j, LangChain, and OpenAI, showcasing a fashion recommendation email generation use case.

Who should watch

Key takeaways

Notable quotes

*Retrieval augmented generation is just when you have this step in the middle when you're communicating with a large language model where instead of sort of like in a chat GPT like way where you're just sending a a question and getting a response back you're going to have that llm application go and pull relevant data through some query.*
*The idea behind this right is again we're combining sort of this knowledge graph which Prov this context and this enrichment with the large language model giving that reasoning and that creativity.*
*Embeddings here basically is helping you kind of scale these other graph traversals right to go because when we do that embedding what we're basically doing is we're taking a graph traversal that's similar to the one we went over and going multiple hops.*

Watch on YouTube →

Unofficial community note. Prefer the recording for nuance.