Yuxi-Know icon indicating copy to clipboard operation
Yuxi-Know copied to clipboard

Question:生成的图谱后怎么只有节点没有边

Open hwliu168 opened this issue 2 months ago • 1 comments

问题描述 建立“LightRAG”类型知识库,上传的文件,生成图谱后,只有节点,没有边 这会是哪里的问题?

hwliu168 avatar Dec 31 '25 07:12 hwliu168

大概率是生成的过程中出错了,可以看一下日志。

很有可能是出现了 tpm 的限制,尝试使用一个小一点的文件试一下。或者换一个 tpm 更大的模型,比如 glm-4.6

xerrors avatar Dec 31 '25 11:12 xerrors

@xerrors 非常感谢,试了一下,使用glm-4.6,这次生成边了

就是速度很慢,在api-dev的日志中有如下警告: WARNING: chunk-59b8ad95d9aff8bf57080f1c4d3e5b9d: Complete delimiter can not be found in extraction result

WARNING: chunk-59b8ad95d9aff8bf57080f1c4d3e5b9d: LLM output format error; found 2/4 feilds on ENTITY - 数据分类 @ N/A

WARNING: chunk-59b8ad95d9aff8bf57080f1c4d3e5b9d: LLM output format error; found 2/4 feilds on ENTITY - 数据存储 @ N/A

WARNING: chunk-59b8ad95d9aff8bf57080f1c4d3e5b9d: LLM output format error; found 2/4 feilds on ENTITY - 数据更新 @ N/A

WARNING: chunk-59b8ad95d9aff8bf57080f1c4d3e5b9d: LLM output format error; found 2/4 feilds on ENTITY - 数据共享 @ N/A

WARNING: chunk-59b8ad95d9aff8bf57080f1c4d3e5b9d: LLM output format error; found 2/4 feilds on ENTITY - 数据安全 @ N/A

WARNING: chunk-59b8ad95d9aff8bf57080f1c4d3e5b9d: LLM output format error; found 2/4 feilds on ENTITY - 数据可视化 @ N/A

WARNING: chunk-59b8ad95d9aff8bf57080f1c4d3e5b9d: LLM output format error; found 2/4 feilds on ENTITY - 数据挖掘 @ N/A

WARNING: chunk-59b8ad95d9aff8bf57080f1c4d3e5b9d: LLM output format error; found 2/4 feilds on ENTITY - 数据预测 @ N/A

WARNING: chunk-59b8ad95d9aff8bf57080f1c4d3e5b9d: LLM output format error; found 2/4 feilds on ENTITY - 数据归档 @ N/A

WARNING: chunk-59b8ad95d9aff8bf57080f1c4d3e5b9d: LLM output format error; found 2/4 feilds on ENTITY - 数据分析 @ N/A

WARNING: chunk-59b8ad95d9aff8bf57080f1c4d3e5b9d: LLM output format error; found 2/4 feilds on ENTITY - 数据分类 @ N/A

WARNING: chunk-59b8ad95d9aff8bf57080f1c4d3e5b9d: LLM output format error; found 2/4 feilds on ENTITY - 数据存储 @ N/A

WARNING: chunk-59b8ad95d9aff8bf57080f1c4d3e5b9d: LLM output format error; found 2/4 feilds on ENTITY - 数据更新 @ N/A

WARNING: chunk-59b8ad95d9aff8bf57080f1c4d3e5b9d: LLM output format error; found 2/4 feilds on ENTITY - 数据共享 @ N/A

WARNING: chunk-59b8ad95d9aff8bf57080f1c4d3e5b9d: LLM output format error; found 2/4 feilds on ENTITY - 数据安全 @ N/A

WARNING: chunk-59b8ad95d9aff8bf57080f1c4d3e5b9d: LLM output format error; found 2/4 feilds on ENTITY - 数据可视化 @ N/A

WARNING: chunk-59b8ad95d9aff8bf57080f1c4d3e5b9d: LLM output format error; found 2/4 feilds on ENTITY - 数据挖掘 @ N/A

WARNING: chunk-59b8ad95d9aff8bf57080f1c4d3e5b9d: LLM output format error; found 2/4 feilds on ENTITY - 数据预测 @ N/A

WARNING: chunk-59b8ad95d9aff8bf57080f1c4d3e5b9d: LLM output format error; found 2/4 feilds on ENTITY - 数据归档 @ N/A

WARNING: chunk-59b8ad95d9aff8bf57080f1c4d3e5b9d: LLM output format error; found 2/4 feilds on ENTITY - 数据分析 @ N/A

hwliu168 avatar Jan 04 '26 06:01 hwliu168