microsoft / graphrag

A modular graph-based Retrieval-Augmented Generation (RAG) system
https://microsoft.github.io/graphrag/
MIT License
16.8k stars 1.57k forks source link

[Feature Request]: Support deleting data from the graph #469

Closed kdawgwilk closed 1 month ago

kdawgwilk commented 1 month ago

Is your feature request related to a problem? Please describe.

In order to create a living knowledge base we need to be able to remove data that becomes outdated or that has been requested to be deleted

Describe the solution you'd like

Remove a document from the inputs folder and the associated data is removed from the graph and communities are rebuilt

Additional context

No response

kunling-cxk commented 1 month ago

yeah,good question

natoverse commented 1 month ago

Consolidating index update requests with #741