GraphRAG: Ultimate RAG Engine - Semantic Search, Embeddings, Vector Search, & More!

Sdílet
Vložit
  • čas přidán 22. 07. 2024
  • Unlock the Power of GraphRAG: The Ultimate RAG Engine for Advanced Semantic Search, Embeddings, Vector Search, and More!
    [🔗 My Links]:
    🔥 Become a Patron (Private Discord): / worldofai
    ☕ To help and Support me, Buy a Coffee or Donate to Support the Channel: ko-fi.com/worldofai - It would mean a lot if you did! Thank you so much, guys! Love yall
    🧠 Follow me on Twitter: / intheworldofai
    📅 Book a 1-On-1 Consulting Call With Me: calendly.com/worldzofai/ai-co...
    📖 Want to Hire Me For AI Projects? Fill Out This Form: td730kenue7.typeform.com/to/W...
    🚨 Subscribe To My Second Channel: @WorldzofCrypto
    Sponsor a Video or Do a Demo of Your Product, Contact me: intheworldzofai@gmail.com
    [Must Watch]:
    Verba: Ultimate RAG Engine - Semantic Search, Embeddings, Vector Search, & More!: • Verba: Ultimate RAG En...
    Gemini Code Interpreter: Handle Code Tasks Autonomously!: • Gemini Code Interprete...
    Maestro: Text-To-Application - Create Software With A Single Prompt!: • Maestro: Text-To-Appli...
    [Link's Used]:
    Github Repo: github.com/microsoft/graphrag
    Blog Post: microsoft.github.io/graphrag/
    Project Page: www.microsoft.com/en-us/resea...
    Research Paper: arxiv.org/pdf/2404.16130
    Download Git: git-scm.com/downloads
    Download VS Code: code.visualstudio.com/download
    Download Python: www.python.org/downloads/
    Download Pip: pypi.org/project/pip/
    OpenAI API Key: platform.openai.com/api-keys
    Original Video Credits: • GraphRAG (v4) demo
    🌟 *Introduction:*
    Welcome to our deep dive into GraphRAG, the groundbreaking Retrieval-Augmented Generation (RAG) engine that seamlessly combines text extraction, network analysis, and LLM prompting and summarization. Discover why GraphRAG stands out as the ultimate solution for semantic search, embeddings, and vector search. GraphRAG takes text comprehension to the next level by extracting a knowledge graph from raw text, building a community hierarchy, and generating precise summaries. This structured approach offers deeper insights than conventional text searches, making it an invaluable tool for complex data analysis.
    🔗 *Better Connectivity:*
    GraphRAG connects disparate pieces of information through shared attributes, offering synthesized insights that baseline RAG often misses. This enhanced connectivity transforms how you perceive and interact with complex information.
    👍 *Call to Action:*
    If you found this video helpful, please give it a thumbs up, subscribe to our channel for more exciting content, and share it with your friends and colleagues!
    *Relevant Tags and Keywords:*
    GraphRAG, RAG Engine, Semantic Search, Embeddings, Vector Search, Knowledge Graph, Text Extraction, Network Analysis, LLM Prompting, Data Summarization, Microsoft Research, Azure Resources, Solution Accelerator, Enhanced Question-Answering, Complex Datasets, Advanced Analytics
    *Hashtags:*
    #GraphRAG #semanticsearch #vectorsearch #embeddings #knowledgegraph #llm #dataanalysis #MicrosoftResearch #azure #techinnovation #datascience
  • Věda a technologie

Komentáře • 17

  • @intheworldofai
    @intheworldofai  Před 19 dny +1

    Want to HIRE us to implement AI into your Business or Workflow? Fill out this work form: td730kenue7.typeform.com/to/WndMD5l7
    💗 Thank you so much for watching guys! I would highly appreciate it if you subscribe (turn on notifcation bell), like, and comment what else you want to see!
    📆 Book a 1-On-1 Consulting Call WIth Me: calendly.com/worldzofai/ai-consulting-call-1
    🔥 Become a Patron (Private Discord): patreon.com/WorldofAi
    🧠 Follow me on Twitter: twitter.com/intheworldofai
    Love y'all and have an amazing day fellas. Thank you so much guys! Love yall!

  • @artur50
    @artur50 Před 18 dny +2

    great video! yet, could you just show a short snippet of code, how to use it with Ollama?

  • @janalgos
    @janalgos Před 19 dny

    awesome video thank you

  • @07Mihai07
    @07Mihai07 Před 19 dny

    Nice video! Keep it up, please!

  • @intheworldofai
    @intheworldofai  Před 19 dny +1

    [Must Watch]:
    Verba: Ultimate RAG Engine - Semantic Search, Embeddings, Vector Search, & More!: czcams.com/video/3LLlORBJ72w/video.htmlsi=g1mO3CAzXRaovCzw
    Gemini Code Interpreter: Handle Code Tasks Autonomously!: czcams.com/video/8wVLNGu4AT4/video.htmlsi=a2fkEk63omrrMb3M
    Maestro: Text-To-Application - Create Software With A Single Prompt!: czcams.com/video/u-9sgBPcTCs/video.htmlsi=XpHQvFWQn29zmwYt

  • @rockypunk91
    @rockypunk91 Před 6 dny

    Do we need to reindex all documents, everytime we add new document.
    Is there any way to run it programitically

  • @intheworldofai
    @intheworldofai  Před 17 dny +1

    Phidata: Build a Team of Autonomous AI Agents! - czcams.com/video/BF00mIAavvM/video.html

  • @intheworldofai
    @intheworldofai  Před 18 dny +1

    Moshi AI: Real-Time Personal AI Voice Assistant - Beats GPT-4o!: czcams.com/video/hvP8mUWx7Rw/video.html

  • @girijeshthodupunuri1300

    How do you think we can use this in a production application? I noticed indexing documents took me around 3 minutes when I use gpt-3.5-turbo.

    • @GeertBaeke
      @GeertBaeke Před 8 dny

      It's not created for production use. It is an example implementation based on the paper from local to global. Indexing takes a long time because many LLM calls are used to extract entities, relationships and community summaries based on detected communities via the Leiden algorithm. In fact, it's easy to spend 10 to 20 euros simply for indexing a few documents. They do use caching so that a second indexing step does not consume tokens as long as you do not change chunk size etc...

  • @opita
    @opita Před 18 dny +1

    I wonder why this isn't used by the LLM themselves.

  • @martinbak
    @martinbak Před 18 dny

    Is it better than Verba?

    • @vitalis
      @vitalis Před 13 dny

      I never got verba to ingest properly