Merge branch 'clear-text-before-insert' into simplify-cli-arguments

This commit is contained in:
yangdx
2025-02-23 18:50:48 +08:00

View File

@@ -301,7 +301,7 @@ async def _merge_edges_then_upsert(
node_data={ node_data={
"source_id": source_id, "source_id": source_id,
"description": description, "description": description,
"entity_type": '"UNKNOWN"', "entity_type": "UNKNOWN",
}, },
) )
description = await _handle_entity_relation_summary( description = await _handle_entity_relation_summary(