diff --git a/doc/230340240林名赫实践总结报告.docx b/doc/230340240林名赫实践总结报告.docx
new file mode 100644
index 0000000..824e475
Binary files /dev/null and b/doc/230340240林名赫实践总结报告.docx differ
diff --git a/doc/230340255周竞航-实践总结报告.docx b/doc/230340255周竞航-实践总结报告.docx
new file mode 100644
index 0000000..0aa79ed
Binary files /dev/null and b/doc/230340255周竞航-实践总结报告.docx differ
diff --git a/doc/230340270王为溪实践总结报告.docx b/doc/230340270王为溪实践总结报告.docx
new file mode 100644
index 0000000..a7ae167
Binary files /dev/null and b/doc/230340270王为溪实践总结报告.docx differ
diff --git a/rag/LightRAG-deepseek/test.html b/rag/LightRAG-deepseek/test.html
index 4c548c1..bd9e95f 100644
--- a/rag/LightRAG-deepseek/test.html
+++ b/rag/LightRAG-deepseek/test.html
@@ -193,7 +193,7 @@
// 保持原有点击逻辑不变
if (params.dataType === 'node') {
const p = params.data.properties;
- nodeInfo.innerHTML = `${params.name} | 类型:${p.entity_type} | 连接数:${nodeLinkCount[params.data.id]}
描述:${p.description?.slice(0, 100)}...`;
+ nodeInfo.innerHTML = `${params.name} | 类型:${p.entity_type} | 连接数:${nodeLinkCount[params.data.id]}
描述:${p.description?.slice(0, 500)}...`;
} else if (params.dataType === 'edge') {
const p = params.data.properties;
const sourceNode = echartsNodes.find(n => n.id === params.data.source);