quick question: I have a persisted database created from a folder of pdfs. Now I add another file to the folder, and I want to update the index to include it, without recreating the entire index. I also want the new file to be persisted to disk, and if possible I want the entire process to be automatic. Is there a simple way to do this?