Replies: 1 comment
-
@owquresh, have you attained any further insights here? We have also been thinking about these exact questions in our team. Probably already seen this, but in version 1.0 there is an update command (have not tried it myself yet), that should help with point 1 and 3. You can read more about it in this blogpost here. We've been awaiting the release for the LazyGraphRAG implementation also, which I would assume has an update command as well (which hopefully is efficient). If this is the case - the lower indexation cost and flexible document ingestion would help a lot to build more practical applications and address the issues you've raised. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am currently working on a project where we utilize GraphRAG for query-focused summarization over documents stored in Google Drive. The data in Google Drive changes quite frequently, with documents being added, updated, or deleted on a regular basis.
I’m looking for guidance on the best practices for updating the graph-based index in GraphRAG to keep it in sync with these changes. Specifically, I’d appreciate your advice on:
Beta Was this translation helpful? Give feedback.
All reactions