gusye1234 / nano-graphrag

A simple, easy-to-hack GraphRAG implementation
MIT License
1.66k stars 160 forks source link

Question: What is node2vec used for #65

Closed rawsh-rubrik closed 1 month ago

rawsh-rubrik commented 2 months ago

It looks like embed_nodes is defined but not called anywhere?

gusye1234 commented 1 month ago

embed_nodes is something we have in official GraphRAG but not used in default setting. nano-graphrag implements it and doesn't plan to use it either.