kunal-sinha-coding/graphrag-random-graph
03
1[2 {3 "id": "graphrag-random-graph-toy-001",4 "question": "Who does Bob report to?",5 "answer": "Joe",6 "q_entity": "Bob",7 "a_entity": "Joe",8 "graph": [9 ["Bob", "reports_to", "Joe"]10 ],11 "choices": []12 },13 {14 "id": "graphrag-random-graph-toy-002",15 "question": "Where does Bob work?",16 "answer": "San Francisco",17 "q_entity": "Bob",18 "a_entity": "San Francisco",19 "graph": [20 ["Bob", "located_in", "San Francisco"]21 ],22 "choices": []23 }24]