microsoft / microsoft/rag-experiment-accelerator
Adding Checkpoint usage to additional steps (already implemented for 01_index)"
Open
@yuvalyaron is already working on this.
Since Apr 18, 2024.
enhancement
Must have
- Dominant language
- Python
- Stars
- 311
- Forks
- 111
- PR merge metrics
- No merged PRs in 30d
Description
As part of #186, checkpointing was added for the 01_index step only, now we would like to have it for other steps as well.
Checkpoints allow us to cache work that was already been done, so we don't repeat it, this can be useful for expensive calls, such as those to Open AI.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.