Question:生成的图谱后怎么只有节点没有边
问题描述 建立“LightRAG”类型知识库,上传的文件,生成图谱后,只有节点,没有边 这会是哪里的问题?
大概率是生成的过程中出错了,可以看一下日志。
很有可能是出现了 tpm 的限制,尝试使用一个小一点的文件试一下。或者换一个 tpm 更大的模型,比如 glm-4.6
@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