https://github.com/Future-House/paper-qa/pull/513 moved us to just call save_index once at the end of an index build as an optimization. However, this had the unexpected side effect of breaking out ability to resume index builds. This regression took place because we had no testing of this. So, this PR:
https://github.com/Future-House/paper-qa/pull/513 moved us to just call
save_index
once at the end of an index build as an optimization. However, this had the unexpected side effect of breaking out ability to resume index builds. This regression took place because we had no testing of this. So, this PR:save_index
calls mid-indexing