nano-graphrag and gibsgraph
One tool provides an easy-to-implement GraphRAG framework, while the other specifically handles natural language interaction and automated graph building for Neo4j, making them potential complements where the latter could feed data into the former's RAG system.
About nano-graphrag
gusye1234/nano-graphrag
A simple, easy-to-hack GraphRAG implementation
Builds knowledge graphs from text by extracting entities and relationships, then performs retrieval-augmented generation through both global and local graph traversal modes. Supports pluggable components including multiple LLM providers (OpenAI, Bedrock, Ollama), vector databases (FAISS, Milvus, HNSWlib), and graph backends (Neo4j, NetworkX), with full async/await support and MD5-based deduplication for incremental inserts.
About gibsgraph
gibbrdev/gibsgraph
Natural language to Neo4j — query and build knowledge graphs automatically
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work