Live data from Hacker News

Show HN: A Simple GraphRAG Implementation

github.com

1–6 of 6 posts

Show HN: A Simple GraphRAG Implementation

#1
I made a simple GraphRAG call nano-graphrag. The reason is I try to hack the official implementation released by Microsoft but that version is very hard to read/hack. This algorithm should not be implemented that annoying, I think. So I made a simpler one.

It's about 800-900 lines of Python, and it's portable.

Show HN: A Simple GraphRAG Implementation
github.com

Re: Show HN: A Simple GraphRAG Implementation

#5
post #4
post #3

I love that you had an "issues" section https://github.com/gusye1234/nano-graphrag?tab=readme-ov-fil... but how does that affect the performance, theoretically?

performance vs GraphRAG in terms of accuracy, etc.

Yeah, that's something I definitely love to add in next few days. I plan to use one of the Test Dataset from GraphRAG paper.