Do you need to ask a question?
- I have searched the existing question and discussions and this question is not already answered. I believe this is a legitimate question, not just a bug or feature request.
To pick up a draggable item, press the space bar.
While dragging, use the arrow keys to move the item.
Press space again to drop the item in its new position, or press escape to cancel.
Your Question
- 是否可以将完全自己构建的kg(实体-关系信息)插入lightrag?
- 这种方式插入后lightrag会自动计算社区摘要等graphrag必需的内容吗?还会计算embedding吗?
- 自建kg导入后是否还可以通过graphrag方式insert新文档?
Additional Context
No response
© 版权声明
文章版权归作者所有,未经允许请勿转载。如内容涉嫌侵权,请在本页底部进入<联系我们>进行举报投诉!
THE END




















- 最新
- 最热
只看作者实体关系来源于多个文档块,LightRAG会在生成的实体和关系的sourc_id字段中说明其来源的chunk_id的。LightRAG也会维持一个doc_id和chunk_id之间的关系。因此不需要在文档中做特别的说明的,而且这些id都是自动生成的,也无法事先知道。
多个chunk_id之间可以通过进行分隔。请使用LightRAG Server的UI上传一些文件进行测试和验证。
一般没有必要自己构件kg。你可以思考使用自然语言把实体和关系描述清除,写成一篇文章,让后上传给LightRAG进行处理,即可生成你需要的kg。
Typically, there is no need to manually construct a knowledge graph. You can describe entities and relationships clearly using natural language, compile them into an article, and then upload it to LightRAG for processing to generate your required knowledge graph.