From e8e57bb307690dd36fa2936bc3479bb9eb8dea63 Mon Sep 17 00:00:00 2001 From: Nuno Campos Date: Sun, 5 Nov 2023 00:32:10 +0000 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0dd4c3e04..7824b3f22 100644 --- a/README.md +++ b/README.md @@ -81,13 +81,14 @@ Check `examples` for more examples. - [ ] Add tests for subscribe_to_each().join() - [x] Add optional debug logging - [ ] Implement checkpointing + - [ ] Use langchain.load dumps loads functions - [ ] Save checkpoints at end of each step - [ ] Load checkpoint at start of invocation - [ ] API to specify storage backend and save key - [ ] Add more examples - [ ] human in the loop - [ ] combine documents - - [ ] agent executor + - [ ] agent executor (add current v total iterations info to read/write steps to enable doing a final update at the end) - [ ] run over dataset - [ ] Fault tolerance - [ ] Retry individual processes in a step