GraphRAG: The Most Incredible RAG Strategy Revealed

preview_player
Показать описание
🎥 Welcome to our channel! Today, we dive into the revolutionary Graph RAG from Microsoft, an advanced retrieval-augmented generation system that enhances AI responses by providing relevant context. GraphRAG: The Most Incredible RAG Strategy Revealed

📌 In this video, you will learn:

What is RAG (Retrieval-Augmented Generation)?
Differences between Basic RAG and Graph RAG
How to implement Graph RAG in your application
Step-by-step guide on setting up Graph RAG
Advantages of using Graph RAG over traditional methods
🔍 Key Features:

Entity Extraction
Hierarchy Extraction
Graph Embedding
Community Summarization
Topic Detection
🔧 Setup Steps:

Install the Graph RAG package
Configure API keys and settings
Initialize your project
Upload and process data
Run queries to extract high-quality answers
🔗 Useful Links:

Graph RAG Documentation
GitHub Repository
Subscribe for More AI Content

🔗 Useful Links:

📅 Timestamps:

0:00 Introduction to Graph RAG
1:00 Basics of RAG
1:58 Understanding Graph RAG
3:00 Setting Up Graph RAG
5:01 Integrating Graph RAG with Your Application
7:30 Running Queries and Extracting Data
9:00 Global vs. Local Search
10:27 Conclusion and Next Steps
Рекомендации по теме
Комментарии
Автор

Great video👍 just saw today about graphrag. You're one of the first covering this. Looking forward for the next video. Graph visualization would be nice 2. Thanks.

henkhbit
Автор

Knowledge graphs are the future... a definite component to give structure to RAG, reasoning, agentic behavior etc. That why i think LangGraph and LLamaIndex are 2 frameworks to keep up to date with.

IdPreferNot
Автор

Waiting on ur next video. Please cover setting this up with ollama and openwebui

shawnkratos
Автор

What are the use cases for the text genration and embedding models?
Embedding model: Indexing
Text Generation:gpt-4o Summarization
I think text generation is also used here for indexing, does that not involve much cost than naive RAG?

arunn
Автор

Thanks MP. Can you pl extend this to read csv, pdf, docx and add UI using streamlit too?

KumR
Автор

Thanks! Great presentation as always! Can you do this using Ollama?

MrTommyorgryte
Автор

This is a powerful video on a powerful tech ... waiting to see what you will do with it ...thanks for the good content 🌹🌹🌹

HassanAllaham
Автор

Amazing content sir. This concept much much needed in current time where native RAG lacks at some point.
I just wanted to ask how did you create Graph visualisation at starting? [2:57]

Jacobstalin
Автор

Thank you for the introduction so soon after the announcement! I'd be really curious to see how it compares with classic RAG on a large text where we ask for specific data, such as the taxes you'd have to pay on dividends according to the fiscal code.

HerroEverynyan
Автор

Excellent intro. I've been looking forward to seeing what MS did with this research

dogbreath
Автор

You are the man, thanks again for your videos, we apreciate that

oussamaoucouc
Автор

This is great video! Thank you Mervin.

ShishirKumar
Автор

This content is really amazing! Thank you!

adapt_it
Автор

Is it possible to add networkx graph into this instead of LLM generated graph! I have a readymade graph on the private dataset?

DEEPANMN
Автор

Anyone know the rough token cost for creating the relationships / user query? seems that it would likely be ~5x the cost of setting up a standard RAG.

KiwiAndCurry
Автор

Hi, Mervin, this is a very helpful video! BTW, Can I ask you a quick question? When we install the graphRAG by pip, all the necessary packages and software will be installed on our local machine, is that right? If so, what is the minimum requirements for the local machine?

panfeng
Автор

As always, Terrific - Thank you Mervin. Did I miss something about how to get the GraphRAG API? Other than that, great video. Apparently, there is a way to use this without needing the GraphRAG API. It would be great if you would cover that too please? This is not clear when you seem to state "Export the GraphRAG API Key like this". Immediately followed with, "This is the OpenAI key". I am puzzled as to whether the API Key that you use is from GraphRAG or from OpenAI please Mervin?

TelB
Автор

Thank you, Mervin for your video and bringing this into my attention. Amazing to see that you are using Cody. What do you think, could GraphRag bring benefits to code search too?

PriNovaFX
Автор

I wait for the ollama example .... still not sure if i got the definition of community content but awesome video

svenandreas
Автор

How we can see the knowledge graph on UI on Neo4j?

gauravmodi