My heart goes out to anyone doing a live tech demo.
@dznqbit9 күн бұрын
Everyone in that room has been in that exact scenario, just with less forgiving business types 😂
@Dr_Fat_GhostАй бұрын
i never commented on any of the tech videos till with my 8 years of experience. I got an interview in few days and i wanted to use graphRAG but i knew about graphDB but this video made me realize few things that its not the number of technical words you use to explain something but its how you make such complicated concept look easy. Kudos Prof Emil Eifrem. Please release more videos on different concepts on GraphRAG.
@IntellectCorner3 ай бұрын
*𝓣𝓲𝓶𝓮𝓼𝓽𝓪𝓶𝓹𝓼 𝓫𝔂 𝓘𝓷𝓽𝓮𝓵𝓵𝓮𝓬𝓽𝓒𝓸𝓻𝓷𝓮𝓻* 0:00 - Introduction: Leveraging Data and Relationships 0:49 - Evolution of Search: From AltaVista to Google 3:03 - Google’s Knowledge Graph: Concepts and Structure 4:50 - GraphRAG Era: Integrating LLMs with Knowledge Graphs 5:28 - What is GraphRAG? 7:06 - Example: Customer Service Bot with GraphRAG 8:46 - Benefits of GraphRAG: Accuracy and Development 10:27 - Easier Development with GraphRAG 12:00 - Comparing Graph and Vector Representations 13:40 - Explainability and Governance in GraphRAG 14:19 - Getting Started with GraphRAG: Data Sources 15:57 - Demo Introduction: Knowledge Graph Builder Tool 18:16 - Knowledge Graph Demo: Building and Visualizing Data 18:48 - Conclusion and QR Code for Resources
@babusivaprakasam98462 ай бұрын
Best refresher starter on Graph RAG. Brilliant effort. Respect!
@twoplustwo53 ай бұрын
🎯 Key points for quick navigation: 00:00:00 *📊 Introduction and Background* - Emil Eifrem introduces his dedication to helping developers build better applications by leveraging relationships between data points, - Overview of the lecture's focus on the combination of LLMs and knowledge graphs. 00:00:45 *🔍 Evolution of Search Technology* - Discussion on the history and evolution of web search engines from AltaVista to Google, - Explanation of the challenges with keyword-based search and how Google's PageRank algorithm, a graph-based algorithm, revolutionized search. 00:02:48 *📚 Introduction of Knowledge Graphs* - Google's shift from PageRank to Knowledge Graphs, emphasizing the difference between "things" and "strings," - Description of the visual structure of Knowledge Graphs, combining structured and unstructured data. 00:04:24 *🧠 The Advent of Gen and AI in Search* - Google's recent advancements in AI-powered search, integrating LLMs and Knowledge Graphs, - Explanation of "GraphRAG" and how it combines retrieval-based Knowledge Graphs with Gen technologies. 00:06:01 *🤖 Implementing GraphRAG in Applications* - Detailed example of building a customer service bot using GraphRAG, - Explanation of how GraphRAG enhances typical RAG-based applications by leveraging knowledge graphs for better retrieval and context. 00:08:20 *🌟 Benefits of GraphRAG* - Higher accuracy of responses in AI applications using GraphRAG compared to traditional RAG, - Easier development of applications once a Knowledge Graph is established, with examples from high-profile companies. 00:10:09 *🛠 Advantages in Development and Governance* - Clarity and transparency in application development using graphs versus vectors, - Improved explainability, auditability, and governance for business IT. 00:12:54 *🚀 Getting Started with GraphRAG* - Steps and considerations in creating a Knowledge Graph, - Demonstration of the Knowledge Graph Builder tool, showing the process of uploading and visualizing data. 00:18:01 *🎉 Conclusion and Final Thoughts* - Final insights and practical example using the Knowledge Graph Builder, - Encouragement to try out the tool and further explore the benefits of GraphRAG in applications. Made with HARPA AI
@AryanKumarBaghel-cp1jv2 ай бұрын
Best introductory video for graph rag
@greanbean0013 ай бұрын
Clear, concise yet compelling story telling!
@user-pt1kj5uw3b3 ай бұрын
Wish I could have heard more from him
@emileifrem77263 ай бұрын
Thank you!
@KiranRajendran-d8t3 ай бұрын
Great one. Super helpful to understand the usage of graph in RAG
@jiayiwu410110 күн бұрын
7:21, do you think it always need embedding to do GraphRAG?
@swyxTV3 ай бұрын
Amazingly well presented. thank you Emil!
@themax2go3 ай бұрын
this channel's youtuber's name is "Emil"?
@animelover50933 ай бұрын
Great stuff now i need to rewrite and migrwte my LLM apps to this for a try
@waterislife9Ай бұрын
Great presentation!
@mohamedkarim-p7jАй бұрын
Thank for sharing 👍
@johnkintree7633 ай бұрын
So, a global digital platform could create a shared graph representation of parts of millions of simultaneous conversations that people around the world select to be merged into a form of collective human and digital intelligence and problem solving.
@infraia3 ай бұрын
This is wild
@seth.photongraphy26733 ай бұрын
data is the new money
@gabrielfraga23033 ай бұрын
Now you can do a "meanings" comparison with "users" accounts and learn everything about them! Good for sales with recommendations
@mattk69103 ай бұрын
Sounds expensive with unclear value tbh, but cool idea
@SteveMayzak3 ай бұрын
@@infraiait’s wild if you’re a bot :-)
@IdeaAlchemistHere4 күн бұрын
my hands started clapping along the audience when the graph popped up
@MJLeeee3 ай бұрын
Where would you think GraphRAG will be "really" needed since higher computation is needed compared to Normal RAGs
@hEmZoRz3 ай бұрын
One thing that comes to mind is any kind of automated research, with a graph of papers, edges representing relations such as citations, shared authors, or topics. Computation or latency would hardly be an issue here.
@GoranSkular3 ай бұрын
Hm, maybe computation can be even lower to yield better results than with vector only RAGs. But the main thing, it's about quality of the 'R' content...
@chriseun05032 ай бұрын
what are the applications of this technology in mapping out professional entworks / relationships? in a way, forming as a basis of a modern, relationship-based CRM?
@johannesdeboeck3 ай бұрын
How is this useful if there is still hallucination happening and the accuracy is only 70%? LLMs have a preference for their internal knowledge over external knowledge coming from RAG or knowledge graphs. Anyone has tips to solve this?
@hEmZoRz3 ай бұрын
I mean... if "traditional RAG", if you will, has proven immensely useful in various contexts, then surely a method reporting significantly higher performance will be useful, too.
@johannesdeboeck3 ай бұрын
@@hEmZoRz I would think so, but I do not understand how, if you can not trust it 100% when using LLMs. I asked this question once to Philip Rathle (CTO @ Neo4j) and he kindly replied: “It comes back to what GraphRAG pattern you are using, and “Locus of Reasoning”. I’m planning a follow-up post that will cover this.”
@johannesdeboeck3 ай бұрын
While waiting for his post I asked ChatGPT to clarify.. Locus of Reasoning: refers to the place where most of the reasoning or decision-making happens: inside the LLM (internal) or within the external knowledge source (external). External Locus of Reasoning: The LLM is designed to pull in external knowledge (like a knowledge graph) first and treat it as the primary source for generating its response, making it more likely to use the external knowledge over its own. Different GraphRAG patterns can influence where the “Locus of Reasoning” is placed: In Post-Retrieval or Iterative patterns, the LLM is more likely to be influenced by the external data. Post-Retrieval: The LLM first retrieves relevant information from the knowledge graph and then integrates it with its internal knowledge to generate a response. In this pattern, the external knowledge is directly presented to the LLM before it starts generating. Iterative: A dynamic, back-and-forth pattern where the LLM may ask for more information from the knowledge graph during the generation process. This pattern tends to have more active integration of external knowledge throughout the reasoning.
@hEmZoRz3 ай бұрын
@@johannesdeboeck Admittedly, I'm not an expert in the RAG field and don't know exactly what goes into rigorous validation of these systems, but I would imagine that the benchmarks are very difficult (after all, a benchmark where current models would score >95% regularly wouldn't be particularly useful), hence the seemingly low accuracy scores. If that's the case, the accuracy in simpler tasks is likely to be significantly higher, even close to 100%. Now, clearly real-life tasks also come in many flavours and difficulties. I'm sure there's a whole host of applications that are simple enough in nature that RAG performs sufficiently close to 100%, where it's not mission critical to achieve absolute perfect 100% reliability on the RAG system (after all, humans aren't perfect either). edit: for what it's worth, I've played around with vector RAG in personal projects, involving straightforward tasks, and while I haven't performed any thorough validations, I'd guesstimate these systems perform somewhere in the territory of 90-95% accuracy.
@johannesdeboeck3 ай бұрын
@@hEmZoRz Thanks for your input. There is a good video that explains what the exact issue is with using external knowledge such as RAG systems or knowledge graphs. It is on the Diffbot KZbin channel and is called "Trying to make LLMs less stubborn in RAG" I am not affiliated with Diffbot. It just shows very good how the LLM can be stubborn and refuse to use external knowledge.
@rohitthum10593 ай бұрын
Well presented!!
@ParitoshLD3 ай бұрын
knowledge graph as label property , Knowledge graph with owl2 ontologies. Data provenance , uuid creation. There is a good scope in neo4j to have both. Coexistence with ref, owl and label property graph is the one which neo4j should talk
@superbaimАй бұрын
can it do downstream task like summarization ?
@aaen94172 ай бұрын
This is amazing.
@infraia3 ай бұрын
Great company
@DJdopeMike2 ай бұрын
Wow! this is so cool!
@energyexecs2 ай бұрын
Aha, I like that GraphRag concept. I am augmenting my LLM now with RAG on PDF documents inside my enterprise. But the results were poor and not released for production. Seems like GraphRAG can help.
@Zaratch2 ай бұрын
Hi, is it possible for you to share more on this? I would like to know about your experience. lmk if its possible for you to drop your email. Thank you
@jamesyin32203 ай бұрын
You had me at "pagerank"
@biiiiiimmАй бұрын
Great présentation thanks !
@jakubbartczuk3956Ай бұрын
That's pretty cool but the title is a bit misleading as it doesn't touch the actual GraphRAG method (that is, a specific paper and project).
@markvogt702 ай бұрын
NOTHING breeds ENTHUSIASM like... ENTHUSIASM. "...check this shit out!" It's fun when you're a PASSIONATE & SKILLED DATA SCIENTIST and you see a presentation by ANOTHER (better!) PASSIONATE & SKILLED DATA SCIENTIST ! LOVED the video...
@__m__e__3 ай бұрын
Give that man another minute!
@emileifrem77263 ай бұрын
Oh man, I had a few more things I did want to show in that demo. Maybe I'll try record another version of just the (full) demo!
@smithj3 ай бұрын
I would really appreciate that and I assume others too!
@BlackkTiger3 ай бұрын
@@emileifrem7726 If you have time, please do!
@RyanJohnson8183 ай бұрын
I would love a full version! We in the company are the "graph/ontology" people, and explaining the benefits and process of GraphRAG can be challenging
@VaibhavPatil-rx7pc27 күн бұрын
Awasome
@adilgun27753 ай бұрын
would easily be mess in PROD.. my experience; keep it simple and make it work
@emileifrem77263 ай бұрын
That's part of the rationale. Because graph space is explicit and visible, it can actually be EASIER in production. Vector space is opaque. You have no idea *why* two things are cosine-ish proximate. If you have a green apple and a tennis ball, they're probably close in vector space. But why? Is it the roundness of the things? Is it the green-ness? You have no idea. It's 0.738475 near in some euclidean space. In graph space, you know they're related because of their color, or an apple and orange are similar because they're both fruits etc. That visible and explicit nature of the graph frequently makes it easier in production, because you understand what's going on. On your higher order comment though, I *completely* agree: keep it simple, make it work, iterate from there.
@mickelodiansurname95783 ай бұрын
i certainly shall indeed be trying said QR code for a least an hour goofing off on graphs of utterly unrelated topics... why thank you...
@emileifrem77263 ай бұрын
Oh no, was the QR code wrong? Which one?
@jbond58343 ай бұрын
cool!
@derekcarday3 ай бұрын
GraphRag isn't a fitting name.
@ghazanfarabidi41373 ай бұрын
GraphRage!
@themax2go3 ай бұрын
graphrag is outdated, it's way too computationally expensive, there's a much more efficient solution
@akramarts42283 ай бұрын
Can you share details of the better method?
@harshitdubey867320 күн бұрын
It’s LightRag
@themax2go17 күн бұрын
@@harshitdubey8673 exactly
@GarryGolden3 ай бұрын
ALways enjoy Emil's framings. Graph is still real deal. Soon maybe we'll talk about Experience Graphs -- KG _ xG _ AI/LLMs