rahulnyk/knowledge_graph
A Python project that converts text corpora into knowledge graphs for use as retrievers in LLM-based question-answering systems.

Velocity · 7d
+3.3
★ / day
Trend
→steady
star history
The project builds knowledge graphs from raw text by extracting entities and relations, then storing them as graph structures. These knowledge graphs serve as retrievers for LLM-based systems, enabling Graph Retrieval Augmented Generation (GRAG). This approach enhances document Q&A compared to traditional vector-database-based RAG by leveraging graph relationships and structural information.