GraphRAG-Breakdown icon indicating copy to clipboard operation
GraphRAG-Breakdown copied to clipboard

only can you share exact .txt file you used

Open Sandy4321 opened this issue 11 months ago • 2 comments

great code thanks only can you share exact .txt file you used in with open("./ragtest/input/ft_guide.txt", 'r') as file:

to reproduce your results ?

Sandy4321 avatar Jan 13 '25 16:01 Sandy4321

also entities = pd.read_parquet('./ragtest/output/create_final_entities.parquet')

Sandy4321 avatar Jan 13 '25 16:01 Sandy4321

@Sandy4321 Just rename the parquet files in the output directory: create_final_entities.parquet --> entities.parquet create_final_relationships.parquet --> relationships.parquet

This is assuming you have run the graphrag tool on the text file. Also, if you are missing some of the create_XXX files, it means the graphrag tool didn't generate the full output due to token rate limits. One solution is to use a self-hosted LLM if you have a beefy machine to run graphrag.

sandman avatar Sep 05 '25 22:09 sandman