microsoft / graphrag

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

[Feature Request]: Unable to get the specific relationship between the source entity and the target entity #1051

Open CodeW555 opened 3 weeks ago

CodeW555 commented 3 weeks ago

Do you need to file an issue?

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

Unable to get the specific relationship between the source entity and the target entity,only know that there is a relationship between the two entities.

Describe the solution you'd like

It is possible to extract the specific relationship between the source entity and the target entity through the LLM, and add a column to the output create_final_relationships.parquet file to store the extracted relationship.

Additional context

No response

huqianghui commented 8 hours ago

I also have the concern, why in the relationship table, use the source and target name not Id?