Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request]: Update GraphRAG to support LazyGraphRAG #3862

Open
KevinHuSh opened this issue Dec 4, 2024 Discussed in #3843 · 1 comment
Open

[Feature Request]: Update GraphRAG to support LazyGraphRAG #3862

KevinHuSh opened this issue Dec 4, 2024 Discussed in #3843 · 1 comment

Comments

@KevinHuSh
Copy link
Collaborator

Discussed in https://github.com/orgs/infiniflow/discussions/3843

Originally posted by sbmandava December 4, 2024
Feature Enhancement :

  • Improve GraphRAG performance, quality and cost of tokens consumed.
  • Make LazyGraphRAG the default mode for GraphRAG.

LazyGraphRAG: Setting a new standard for quality and cost
Microsoft Nov 15, 2024
https://www.microsoft.com/en-us/research/blog/lazygraphrag-setting-a-new-standard-for-quality-and-cost/

  • LazyGraphRAG data indexing costs are identical to vector RAG and 0.1% of the costs of full GraphRAG.
  • For comparable query costs to vector RAG, LazyGraphRAG outperforms all competing methods on local queries, including long-context vector RAG and GraphRAG DRIFT search (our recently introduced RAG approach shown to outperform vector RAG) as well as GraphRAG local search.
  • The same LazyGraphRAG configuration also shows comparable answer quality to GraphRAG Global Search for global queries, but more than 700 times lower query cost.
  • For 4% of the query cost of GraphRAG global search, LazyGraphRAG significantly outperforms all competing methods on both local and global query types, including GraphRAG global search at the C2 level (the third level of the community hierarchy recommended for most applications).
@marcusze
Copy link

marcusze commented Dec 8, 2024

Keeping an eye out for this. @AxelSjoberg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants