From 367f3df03812f24d13c7d92da420e4e4539f1a2b Mon Sep 17 00:00:00 2001 From: yangdx Date: Tue, 23 Sep 2025 11:25:55 +0800 Subject: [PATCH] Fix log message --- lightrag/operate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightrag/operate.py b/lightrag/operate.py index c7a5e410..ecfd33b0 100644 --- a/lightrag/operate.py +++ b/lightrag/operate.py @@ -3971,7 +3971,7 @@ async def _find_related_text_unit_from_relations( total_relation_chunks += len(sorted_chunks) logger.info( - f"Find {total_relation_chunks} additional chunks in {len(relations_with_chunks)} relations (duplicated {len(removed_entity_chunk_ids)})" + f"Find {total_relation_chunks} additional chunks in {len(relations_with_chunks)} relations (deduplicated {len(removed_entity_chunk_ids)})" ) # Step 4: Apply the selected chunk selection algorithm