You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
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!
Beta Was this translation helpful? Give feedback.
All reactions