Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
Open GraphReader
This session details a production GraphRAG system using Neo4j to structure documents into a knowledge graph, enabling intelligent multi-hop retrieval via a LangGraph agent.
This session presents a practical and production-focused implementation of a GraphRAG architecture that transforms long, complex documents into an explorable knowledge graph and enables intelligent multi-hop retrieval using agentic workflows. We introduce GraphReader, a graph-based retrieval system that improves RAG accuracy by structuring documents into interconnected Section, Fact, and Entity nodes stored in Neo4j. The talk covers an end-to-end ingestion pipeline capable of handling structured, semi-structured, and unstructured documents through dynamic chunking, hierarchical standardization, LLM-driven enrichment, and idempotent document processing.
On top of this graph foundation, we demonstrate a LangGraph-orchestrated retrieval agent that performs hybrid semantic + keyword initial search, omni-directional graph exploration, relevance pruning, and adaptive query reformulation. This multi-hop agentic approach allows the system to capture deeper contextual relationships, significantly reduce hallucinations, and generate grounded, explainable answers.
We discuss implementation details, performance optimizations, and real-world use cases ranging from complex enterprise Q&A and investigative research to scientific literature analysis. The session concludes with key benefits, lessons learned, and future enhancements such as richer relationship extraction, temporal reasoning, and graph-driven validation. Attendees will leave with a clear blueprint for building robust GraphRAG pipelines that enable more accurate, transparent, and context-aware retrieval in modern AI systems
Related projects
Synopse.AI: how can you beat information overload with a knowledge graph?
Singapore
Learn how to combine Neo4j's graph and embedding storage to build a knowledge graph with taxonomy, enabling efficient…
GraphRAG: Using Knowledge Graphs to enhance retrieval
Boston
The talk explains GraphRAG, detailing how knowledge graphs improve retrieval over traditional RAG, covering query-focused summarization and global…
A smart file browser
Bengaluru
This talk covers a desktop file browser with smart folder triggers, AI file creation, and offline TTS/STT using…
RAGBuilder by Krux AI
Bengaluru
Learn how to tune chunking strategies, sizes, and other RAG parameters, evaluate configurations on a test set, and…
RAGBuilder by Krux AI
Bengaluru
Learn how RAGBuilder automatically optimizes chunking, embedding models, and other RAG parameters, evaluates configurations on test data, and…
Self-Discover + Knowledge Graphs = JARVIS ?
Bengaluru
Explore an AI architecture combining Self-Discover and knowledge graphs for advanced reasoning, memory, and deep user context understanding,…