mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-10-19 20:09:03 +00:00
Fixed entites_section_list comma error
This commit is contained in:
parent
3286a0d57f
commit
bad3781f51
@ -1152,7 +1152,8 @@ async def _get_node_data(
|
|||||||
"entity",
|
"entity",
|
||||||
"type",
|
"type",
|
||||||
"description",
|
"description",
|
||||||
"rank" "created_at",
|
"rank",
|
||||||
|
"created_at",
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
for i, n in enumerate(node_datas):
|
for i, n in enumerate(node_datas):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user