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

[BUG] GraphRAG is not consistent with original Microsoft's GraphRAG documentation #605

Open
duongkstn opened this issue Jan 7, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@duongkstn
Copy link

duongkstn commented Jan 7, 2025

Description

Hi, you guys are using graphrag option, with global and local search.
But in the code (libs/ktem/ktem/index/file/graph/pipelines.py), I just found the LocalSearchMixedContext

Which means that you guys are just using retrieval part of original GraphRAG, right ?

I see the following link:
https://microsoft.github.io/graphrag/examples_notebooks/local_search/
I do not see the usage of LocalSearch.

Futhermore, I do not see the usage of GlobalCommunityContext in the link https://microsoft.github.io/graphrag/examples_notebooks/global_search/

It means that global or local options in kotaemon UI are useless at this moment right ?

I checked the documentation of original GraphRAG

Browsers

Chrome

OS

Linux

@duongkstn duongkstn added the bug Something isn't working label Jan 7, 2025
@duongkstn duongkstn changed the title [BUG] GraphRAG is not consistent with Microsoft's documentation [BUG] GraphRAG is not consistent with original Microsoft's GraphRAG documentation Jan 7, 2025
@taprosoft
Copy link
Collaborator

Currently official MS GraphRAG we only support "local" search option. For "global" search, check out alternative LightRAG and NanoGraphRAG.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants