Skip to content

Details

This week's topic: GraphRAG

As described in Thoughtworks Technology Radar Vol. #32.

In our last update of RAG, we introduced GraphRAG, originally described in Microsoft’s article as a two-step approach: (1) Chunking documents and using an LLM-based analysis of the chunks to create a knowledge graph; (2) retrieving relevant chunks at query time via embeddings while following edges in the knowledge graph to discover additional related chunks, which are then added to the augmented prompt. In many cases this approach enhances LLM-generated responses. We’ve observed similar benefits when using GenAI to understand legacy codebases, where we use structural information — such as abstract syntax trees and dependencies — to build the knowledge graph. The GraphRAG pattern has gained traction, with tools and frameworks like Neo4j’s GraphRAG Python package emerging to support it. We also see Graphiti as fitting a broader interpretation of GraphRAG as a pattern.

Zoom link will be added about 5 min before the event starts.

Discussion Resources :

Please try to read/watch before the meetup as it will help drive the discussions.

Reading and video resources will be added few days before the meetup. Please try to read/watch the resources before the meetup so you participate in the discussion.

Artificial Intelligence
Software Development

Members are also interested in