We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ff2d3c commit b1f2ca7Copy full SHA for b1f2ca7
graphrag/query/structured_search/local_search/mixed_context.py
@@ -334,6 +334,7 @@ def _build_text_unit_context(
334
num_relationships = count_relationships(
335
entity_relationships, selected_unit
336
)
337
+ text_unit_ids_set.add(text_id)
338
unit_info_list.append((selected_unit, index, num_relationships))
339
340
# sort by entity_order and the number of relationships desc
0 commit comments