From Unstructured Text to GraphRAG: Building Knowledge Graphs for Better Retrieval
This project demonstrates converting unstructured documents into a concept-based knowledge graph for Graph Retrieval Augmented Generation (GraphRAG). The process covers chunking, LLM-based concept extraction, relationship inference, and local graph construction using an open-source model, enabling more precise, explainable retrieval than vector-only RAG.