Skip to content

Commit 8bec9ec

Browse files
authored
Merge branch 'main' into flow-cleanup
2 parents 2f4c9f0 + d0543d1 commit 8bec9ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graphrag/index/operations/extract_entities/graph_intelligence_strategy.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ async def run_extract_entities(
107107

108108
entities = [
109109
({"title": item[0], **(item[1] or {})})
110+
({"name": item[0], **(item[1] or {})})
110111
for item in graph.nodes(data=True)
111112
if item is not None
112113
]

0 commit comments

Comments
 (0)