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

Global & Local Search Not Working #24

Open
BobbyAxelrods opened this issue Oct 24, 2024 · 2 comments
Open

Global & Local Search Not Working #24

BobbyAxelrods opened this issue Oct 24, 2024 · 2 comments

Comments

@BobbyAxelrods
Copy link

Hi,

Great repo. Seeking for further clarification on how to make the query works using this ?

Thanks

@noworneverev
Copy link
Owner

noworneverev commented Oct 26, 2024

Go to graphrag-api and follow the instructions to start the local server.
Once the server is running, you can make a query by either cloning this project and running it locally or by using the query panel in the graphrag-visualizer
image

  • Tick "Include Text Unit" and "Include Communities" to use Local Search
  • Tick "Include Communities" to use Global Search.
  • The artifacts (Parquet files) should be the same in both places.

@BobbyAxelrods
Copy link
Author

Thanks. Great response.

1 last question is that, we im trying to deploy locally, im facing the error of node is missing. It seems backend are missing the node as shown below. Seek for your kind thought on this .
image (1)

nonetheless, i fixed it by create main.css file and display it none and import this file in app.tsx

iframe { display: none; }

The error still there but its not showing the popup anymore
image

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