Increment Update
less than a minute
Incremental Update Support
NodeRAG supports incremental updates. It tracks the hash IDs of previously indexed documents to manage updates efficiently.
Do not modify files that have already been indexed, as this may lead to duplicate indexing or unpredictable errors.
Best Practice for Adding New Corpus
To add new documents, place the new files in the input
folder, then rerun the indexing command:
python -m NodeRAG.build -f path/to/main_folder
NodeRAG will automatically detect new files and convert them into its internal database format without reprocessing existing data.
For more details on incremental mode and a comparison between GraphRAG
and LightRAG
approaches to incremental updates, see this blog post.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.