We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Enhancing RAG with Neo4j Knowledge Graph

Formal Metadata

Title
Enhancing RAG with Neo4j Knowledge Graph
Title of Series
Number of Parts
64
Author
Contributors
License
CC Attribution 3.0 Unported:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
In this talk, we'll examine the synergy between knowledge graphs, semantic search and retrieval-augmented generation. We will investigate how integrating an automatically generated knowledge graph derived from a corpus of documents enhances RAG capabilities. Specifically, we will look at how this integration can overcome common limitations of standard RAG approaches, enabling the extraction of "global" trends and insights or those that stem from combining pieces of information from several documents (i.e. ones that are impossible to answer by simply injecting information from a number of unconnected retrieved documents). As tools we will use Neo4j graph database as the knowledge graph combined with vector indices, Langchain for business logic flow.