GraphRAG: The Most Incredible RAG Strategy Revealed

Поділитися
Вставка
  • Опубліковано 3 сер 2024
  • 🎥 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:
    Patreon: / mervinpraison
    Ko-fi: ko-fi.com/mervinpraison
    Discord: / discord
    Twitter / X : / mervinpraison
    Sponsor a Video or Do a Demo of Your Product: mer.vin/contact/
    GPU for 50% of it's cost: bit.ly/mervin-praison Coupon: MervinPraison (50% Discount)
    Code: mer.vin/2024/07/graphrag-code/
    📅 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
  • Навчання та стиль

КОМЕНТАРІ • 88

  • @deekshitht786
    @deekshitht786 12 годин тому

    Great Explanation ❤

  • @henkhbit5748
    @henkhbit5748 Місяць тому +3

    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.

  • @oussamaoucouc6134
    @oussamaoucouc6134 Місяць тому

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

  • @agentDueDiligence
    @agentDueDiligence Місяць тому

    Thank you Mervin!

  • @HassanAllaham
    @HassanAllaham Місяць тому

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

  • @ShishirKumar07
    @ShishirKumar07 Місяць тому

    This is great video! Thank you Mervin.

  • @adapt_it
    @adapt_it Місяць тому

    This content is really amazing! Thank you!

  • @MrBiscuit696
    @MrBiscuit696 Місяць тому

    Great video! Gonna try this now

  • @dhanasekar2113
    @dhanasekar2113 Місяць тому

    Wonderful work..

  • @IdPreferNot1
    @IdPreferNot1 Місяць тому +3

    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.

  • @HerroEverynyan
    @HerroEverynyan Місяць тому

    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.

  • @dogbreath226
    @dogbreath226 Місяць тому

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

  • @theindianrover2007
    @theindianrover2007 Місяць тому +1

    Really like your videos

  • @yuzual9506
    @yuzual9506 Місяць тому

    thx a lot for your work !

  • @MrTommyorgryte
    @MrTommyorgryte Місяць тому +1

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

  • @shawnkratos1347
    @shawnkratos1347 Місяць тому +17

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

    • @kylelau1329
      @kylelau1329 29 днів тому

      I can't make it work in this stage

  • @MayankAnand-he8vs
    @MayankAnand-he8vs 9 днів тому

    Shallow knowledge on topic

  • @PriNovaFX
    @PriNovaFX Місяць тому

    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?

  • @Jacobstalin
    @Jacobstalin Місяць тому

    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]

  • @ysy69
    @ysy69 Місяць тому

    powerful!

  • @KumR
    @KumR Місяць тому +6

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

    • @brandonvelasquez3530
      @brandonvelasquez3530 26 днів тому

      i believe it can inherently read CSV since that is basically just raw text in a specific format. I am curious about pdf and docx still

  •  Місяць тому

    thanks

  • @elbosanacHD
    @elbosanacHD Місяць тому

    Awesome video ! Do you know how does it compare with RAPTOR performance wise ?

  • @carlshod9024
    @carlshod9024 Місяць тому

    Hi! Have you try LLamaIndex Graph Rag? What are the main difference between them? Very interesting video bro

  • @arunn2413
    @arunn2413 Місяць тому

    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?

  • @awakenwithoutcoffee
    @awakenwithoutcoffee Місяць тому

    quite amazing isn't it. From the MS presentation it looked promising but the results took 10x more Tokens + 10x longer to generate (70s for 1 answer). How would we tackle this issue, maybe Groq inferencing could reduce the compute time ?
    Also: can you elaborate more on local vs global search and when to use which ? for the most accurate response maybe we should combine the two into a final answer (?). Exciting indeed, would love to see more benchmarks. 🙏

  • @DEEPANMN
    @DEEPANMN 28 днів тому +1

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

  • @deepanshjha6353
    @deepanshjha6353 Місяць тому

    First Blood 🙌

  • @svenandreas5947
    @svenandreas5947 Місяць тому +1

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

  • @KiwiAndCurry
    @KiwiAndCurry Місяць тому +1

    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.

  • @106rutvik
    @106rutvik 21 день тому

    Hi currently we are using Pinecone Vector based DB. Can we shift to using graphrag? How it is different from vector DB? And when should we use it? Or how can we utilizes both vector DB and graph db to make outputs better?

  • @andrewandreas5795
    @andrewandreas5795 Місяць тому

    Does it work with the Claude models?

  • @gauravmodi12
    @gauravmodi12 Місяць тому +1

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

  • @binaryfaith
    @binaryfaith Місяць тому

    Can you do this demo with tabular data?

  • @figs3284
    @figs3284 Місяць тому

    Are there any ways in which you can use graphrag for coding tasks or code generation, etc? I know that wasn't their main focus with this, but I wonder if it's possible with this system.

  • @MidSeasonGroup
    @MidSeasonGroup 26 днів тому

    Hi Melvin, how could this be used to optimize responses with the latest best practices and updates about a rust framework like dioxus? Many of these models are outdated and hence present a challenge.

  • @theindianrover2007
    @theindianrover2007 Місяць тому +1

  • @studiophantomanimation
    @studiophantomanimation Місяць тому

    Can it work with Claude 3.5 sonnet?

  • @ahmedbeji4248
    @ahmedbeji4248 Місяць тому

    thank you, this is actually really exciting but is there a way to use sentence transformer embedders instead of openai or azure ? its better in my experience to use a custom embedding model trained on my data , the whole system is amazing but if its kept general it will still underperform custom systems tailored for the data
    If we can customise the chunking ( not token based we can actually maybe either have the chunks ready ( usually i do regex ) and use a custom transformer model ( kinda similar how u can do it in Haystack or llamaindex )
    this can be really amazing

  • @unclecode
    @unclecode Місяць тому +3

    Great content! Thanks. Knowledge Graphs are superior to flat RAG systems, enabling complex queries that explore relationships between entities. They allow for more challenging questions that require connecting information, like analyzing Scrooge's actions in context. Knowledge Graphs provide structured relationships, not just text chunks, leading to more insightful answers. This approach is effective for Q&A assistants, as users seek more than just facts. Combining Knowledge Graphs with vector data is ideal. To present the real difference, instead of asking a factual question like "Who is Scrooge?", please try "what part of the story shows Scrooge doing wrong?" This requires an argument and connections between facts. Or ask, "Who is Scrooge and what is the most important thing we understand from his reaction in the story?" Such questions need to retrieve and connect information and facts.

    • @agentred8732
      @agentred8732 Місяць тому +1

      Your comment is as valuable as this very valuable video. A big thank you to you and to Mervin for providing such great insights into RAG and GraphRAG!

  • @sharankumar31
    @sharankumar31 Місяць тому

    Hi bro kindly could you make a video on, how can i integrate this GraphRAG on phidata, crewai etc... it would be worth it...

  • @dolife8048
    @dolife8048 Місяць тому +1

    How can this be used practically inside of obsidian, where many people already have a huge database on their own fields of interest? Can you create a tutorial how to implement this in obsidian?

  • @106rutvik
    @106rutvik 20 днів тому

    also can you tell for what exact purpose GPT was used here? and how many tokens were you charged for?

  • @lucface
    @lucface Місяць тому

    How does it fair with CrewAI?

  • @positivevibe142
    @positivevibe142 Місяць тому

    Any Local version of this, like private, without API?

  • @ThomasConover
    @ThomasConover 27 днів тому

    5:47 Can I use this with Claude api?

  • @user-zv8hn5qe9y
    @user-zv8hn5qe9y Місяць тому

    I just want to know the graphrag will extract the ner and relationship,but the original content will embed to the graphrag?hope some can reply me ❤❤

  • @JieyiWang-xp2wh
    @JieyiWang-xp2wh 7 днів тому

    Why is Graph-RAG more expensive and less effective(namely, slower)? Does it have to search the whole graph for each query?

  • @shray5801
    @shray5801 Місяць тому

    The question here is , would this not end up in having an issue with context length?

  • @artur50
    @artur50 Місяць тому

    Can it be local?

  • @rockypunk91
    @rockypunk91 18 днів тому

    If you index different documents at different point of time. We end up with multiple artifacts in the output folder.
    How should one do a search over all outputs. Like a production level application

  • @anandakrishnankb9172
    @anandakrishnankb9172 27 днів тому

    How can we see the graph?

  • @evertonlimaaleixo1084
    @evertonlimaaleixo1084 Місяць тому

    Congrats!
    How much cost this process of graph generation using gpt-4o? As I understood, for each chunk you make one request to extract the relation, all right?

    • @1509skate
      @1509skate Місяць тому

      I just spent 38$ on a 300 page document with GPT-4o....... Wasnt even a relevant document, just a first test 😥

    • @1509skate
      @1509skate Місяць тому

      Just did a single Prompt against this, costet another 2.38$

    • @evertonlimaaleixo1084
      @evertonlimaaleixo1084 Місяць тому

      @@1509skate omg!

  • @MoadKISSAI
    @MoadKISSAI 11 днів тому

    Can we do then agentic GraphRAG? I mean having GraphRAG as a query engine tool for an agent?

    • @MervinPraison
      @MervinPraison  11 днів тому +1

      Yes you can

    • @MoadKISSAI
      @MoadKISSAI 11 днів тому

      @@MervinPraison are you thinking about a tutorial using multi-agents and GraphRAG? 😋

  • @loicbaconnier9150
    @loicbaconnier9150 Місяць тому

    all links reference missing 😊

  • @MuhammadZubair-n7d
    @MuhammadZubair-n7d 28 днів тому

    Difference between local and global search is not evident through the example. I think it's assumed that the person watching the video already knows it very well.

  • @jacobriedel5326
    @jacobriedel5326 Місяць тому

    Does anyone know a great open source library for a chatbot that is comparable to production chatbots. A lot of enterprise level chatbots are totally lacking in the Gen AI / LLM capabilities but it would be create if developers like us could enhance a base chatbot with our own RAG techniques like GraphRAG

    • @dinoscheidt
      @dinoscheidt Місяць тому

      Uhm… a chat window is simply a text field and text above it. That is so simple to do with a few lines of html that this would be a very small open source project 😅

  • @d4rkg
    @d4rkg Місяць тому

    Nice video, but next time try to give a more popular source for retrieving the info, the poor gpt might probably not have any clue about such an unknown book as the one you used...

  • @iham1313
    @iham1313 Місяць тому +1

    most common text form is pdf. not txt, not markdown. so how does it deal with REAL documents?

    • @ULTR4_DEV
      @ULTR4_DEV 26 днів тому

      Pdf is not a textformat

  • @artur50
    @artur50 Місяць тому

    anyone checked Ollama?

  • @xmagcx1
    @xmagcx1 Місяць тому

    github?

  • @micbab-vg2mu
    @micbab-vg2mu Місяць тому

    Interesting - current RAGs are not good enough for me - maybe this method will be more accurate.

  • @alew3tube
    @alew3tube Місяць тому

    anybody got ollama running with graphrag?

    • @alew3tube
      @alew3tube Місяць тому

      Ollama still doesn't support OpenAI API embeddings format, but the LLM part worked. Might need some patching to use 100% local.

  • @dfwblah
    @dfwblah Місяць тому

    Unclear that the results are any better based on what you showed.

  • @john_blues
    @john_blues Місяць тому

    Please when you do these , evaluate the response for correctness. That fact that it gives 'something' is not nearly sufficient.

  • @lesptitsoiseaux
    @lesptitsoiseaux Місяць тому +1

    I came for the 3d graph I left empty handed.

  • @armikatollo4449
    @armikatollo4449 26 днів тому

    respect bro good content. thanks