infiniflow / ragflow

RAGFlow is an open-source RAG (Retrieval-Augmented Generation) engine based on deep document understanding.
https://ragflow.io
Apache License 2.0
23.21k stars 2.27k forks source link

[Feature Request]: How to modify the KGs when there miss some important relations? #2920

Open galen1980guo opened 4 weeks ago

galen1980guo commented 4 weeks ago

Is there an existing issue for the same feature request?

Is your feature request related to a problem?

When I use graphrag to parse some excel files, then checked the KGs, some look likes good but also have some miss important relations between entities.

Describe the feature you'd like

Can you add support for modifying the graph directly? Alternatively, it supports importing and exporting graph files, such as parquet, which can be modified using neo4j and then imported for use.

Describe implementation you've considered

No response

Documentation, adoption, use case

No response

Additional information

No response

skytodmoon commented 1 week ago

mark