From bad3781f51a01ce5627af92624bfe72a50f1dc95 Mon Sep 17 00:00:00 2001 From: Lukas Selch <122468280+da-luggas@users.noreply.github.com> Date: Fri, 7 Mar 2025 12:04:10 +0100 Subject: [PATCH] Fixed entites_section_list comma error --- lightrag/operate.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lightrag/operate.py b/lightrag/operate.py index 30983145..cd517d69 100644 --- a/lightrag/operate.py +++ b/lightrag/operate.py @@ -1152,7 +1152,8 @@ async def _get_node_data( "entity", "type", "description", - "rank" "created_at", + "rank", + "created_at", ] ] for i, n in enumerate(node_datas):