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

[Issue]: <title> Why is only this ‘graph.graphml’ generated, but not the ‘merged_graph.graphml’? #1498

Open
3 tasks done
hope12122 opened this issue Dec 11, 2024 · 2 comments
Labels
awaiting_response Maintainers or community have suggested solutions or requested info, awaiting filer response stale Used by auto-resolve bot to flag inactive issues triage Default label assignment, indicates new issue needs reviewed by a maintainer

Comments

@hope12122
Copy link

Do you need to file an issue?

  • I have searched the existing issues and this bug is not already filed.
  • My model is hosted on OpenAI or Azure. If not, please look at the "model providers" issue and don't file a new one here.
  • I believe this is a legitimate bug, not just a question. If this is a question, please use the Discussions area.

Describe the issue

Only 'graph.graphml' exists, and 'merged_graph.graphml' is not generated. How to generate 'merged_graph.graphml'?
Only modified here, no other changes. LLM model is gpt-4o-mini.
Image
Image

Steps to reproduce

No response

GraphRAG Config Used

# Paste your config here

Logs and screenshots

Image
Image

Additional Information

  • GraphRAG Version:
  • Operating System:
  • Python Version:
  • Related Issues:
@hope12122 hope12122 added the triage Default label assignment, indicates new issue needs reviewed by a maintainer label Dec 11, 2024
@natoverse
Copy link
Collaborator

We've removed a bunch of the intermediary graphml generations (in fact, we no longer serialize any graphml, and only use nx.Graph where necessary). The graph.graphml file is only saved to disk if snapshotting is turned on, and still contains the x/y coordinates for each node if you are looking to visualize the graph. Note that this artifact is not a required part of the GraphRAG index.

@natoverse natoverse added the awaiting_response Maintainers or community have suggested solutions or requested info, awaiting filer response label Dec 18, 2024
Copy link

This issue has been marked stale due to inactivity after repo maintainer or community member responses that request more information or suggest a solution. It will be closed after five additional days.

@github-actions github-actions bot added the stale Used by auto-resolve bot to flag inactive issues label Dec 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting_response Maintainers or community have suggested solutions or requested info, awaiting filer response stale Used by auto-resolve bot to flag inactive issues triage Default label assignment, indicates new issue needs reviewed by a maintainer
Projects
None yet
Development

No branches or pull requests

2 participants