Build Daily

Tinley Park · July 18, 2026
Neo4jJul 17, 2026

Amalgo: Financial returns from Context Graph & AI that reduces QA investigation durations

This video introduces GraphRAG, an advanced retrieval-augmented generation system that enhances traditional RAG methods by incorporating a knowledge graph to capture entity relationships. The approach uses an LLM to extract entities and relationships from documents, storing them in Neo4j for structured querying. It combines graph traversal with vector search to enable multi-hop reasoning, demonstrating how this hybrid method improves query retrieval beyond standard semantic similarity searches, with practical implementations using LangChain and local models.

What it covers
  • GraphRAG Overview

    A retrieval-augmented generation system that builds knowledge graphs to capture entity relationships, improving query context beyond standard vector similarity searches.

  • Knowledge Graph Construction

    Entities and relationships are extracted from documents using an LLM and stored in Neo4j for structured, relationship-based querying.

  • Hybrid Retrieval Method

    Combines graph traversal for connected context retrieval with vector search to enable multi-hop reasoning not achievable with standard RAG.

  • Implementation Tools

    Uses LangChain for integration and local models for cost-effective, scalable deployment without external dependencies.

  • Key Benefits

    Delivers complex, multi-hop answers by leveraging structured graph data, reducing QA investigation time compared to traditional RAG methods.