microsoft / graphrag

A modular graph-based Retrieval-Augmented Generation (RAG) system
https://microsoft.github.io/graphrag/
MIT License
17.35k stars 1.66k forks source link

[Feature Request]: Incremental construction of knowledge graph #1100

Closed c0derm4n closed 1 week ago

c0derm4n commented 2 weeks ago

Does the current version support incremental construction of knowledge graphs? 当前版本是否支持增量构造知识图谱? If there are changes in the corpus in the knowledge base, it is too wasteful to reconstruct the knowledge graph; If incremental construction of knowledge graphs is supported, it will be of great help for practical implementation 如果知识库中语料产生变化,需要重新构造知识图谱,过于浪费;如果支持增量构造知识图谱,对于实际落地会有很大帮助

gusye1234 commented 2 weeks ago

Hi, you can checkout this repo, it supports incremental insert for entities and relationships.

natoverse commented 1 week ago

Duplicate of #741

c0derm4n commented 1 week ago

1