Querying an updated graph #1824
Unanswered
Trygve Leithe Svalheim (trygvels)
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi, i have recently updated my graph with the graphrag update cli command. This generated a directory called update_output/dateformattedtimestamp/delta which contains the data difference from what i understand.
However, when i noe use the cli feature for querying, am i supposed to point it to the delta-folder, or simply the old output dir with parquet files?
From what i gather, the update function updated the lancedb, and added new files to delta, but no changes were made to the original parquet files. Do i need to merge these manually?
When running the query command and pointing the data to the output directory, it does not seem to be able to answer questions about the new data, and the delta seems to only contain new entities.
Am i supposed to run the index-command again in addition to update? Do i need to merge parquets manually? How to i test the new changes?
Thanks!
All reactions