From 61b9c34e55d13ec678bdab2570092531d37861f8 Mon Sep 17 00:00:00 2001 From: frascuchon Date: Wed, 10 May 2023 13:31:37 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ee3726d6e..6bfaf5092d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,7 +26,7 @@ These are the section headers that we use: ### Added - add `max_retries` and `num_threads` parameters to `rg.log` to run data logging request concurrently with backoff retry policy. See [#2458](https://github.com/argilla-io/argilla/issues/2458) and [#2533](https://github.com/argilla-io/argilla/issues/2533) -- `rg.load` accepts `exclude_vectors` and `exclude_metrics` when loading data. Closes [#2398](https://github.com/argilla-io/argilla/issues/2398) +- `rg.load` accepts `include_vectors` and `include_metrics` when loading data. Closes [#2398](https://github.com/argilla-io/argilla/issues/2398) - Added `settings` param to `prepare_for_training` ([#2689](https://github.com/argilla-io/argilla/issues/2689)) - Added `prepare_for_training` for `openai` ([#2658](https://github.com/argilla-io/argilla/issues/2658)) - Added `ArgillaOpenAITrainer` ([#2659](https://github.com/argilla-io/argilla/issues/2659))