图谱数据量限制数量去掉

This commit is contained in:
lixinyue
2026-01-14 14:27:05 +08:00
parent 89500df0ac
commit 1a2e043ec2

View File

@@ -1416,10 +1416,11 @@ async def analytics_graph_data(
elementId(n) as id,
labels(n)[0] as label,
properties(n) as properties
LIMIT $limit
"""
node_params = {
"group_id": end_user_id,
# "limit": limit
"limit": limit
}
# 执行节点查询