Fix: Ensure entity_or_relation_name is a string in _handle_entity_relation_summary
This commit is contained in:
parent
fd564b5bab
commit
5a33ce1c1a
1 changed files with 1 additions and 1 deletions
|
|
@ -218,7 +218,7 @@ async def _merge_edges_then_upsert(
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
description = await _handle_entity_relation_summary(
|
description = await _handle_entity_relation_summary(
|
||||||
(src_id, tgt_id), description, global_config
|
f"({src_id}, {tgt_id})", description, global_config
|
||||||
)
|
)
|
||||||
await knowledge_graph_inst.upsert_edge(
|
await knowledge_graph_inst.upsert_edge(
|
||||||
src_id,
|
src_id,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue