You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm testing both lightRAG and nano-graphRAG at the same time. It seems these two approaches have very similar graph indexing structure. However, the insert() (graph construction) process of nano-graphRAG is much faster than lightRAG using the same setup. What would be the cause of this difference? Is there a way to optimize the insert() process of lightRAG?
The text was updated successfully, but these errors were encountered:
timelesshc
changed the title
insert() process slow
insert() process slow compared to nano-graphRAG
Dec 30, 2024
I'm testing both lightRAG and nano-graphRAG at the same time. It seems these two approaches have very similar graph indexing structure. However, the insert() (graph construction) process of nano-graphRAG is much faster than lightRAG using the same setup. What would be the cause of this difference? Is there a way to optimize the insert() process of lightRAG?
The text was updated successfully, but these errors were encountered: