From 5022318bf43b12db63c6a493e82afe98885ceb5d Mon Sep 17 00:00:00 2001 From: burtenshaw Date: Thu, 20 Jun 2024 11:03:34 +0200 Subject: [PATCH] Update argilla/docs/how_to_guides/migrate_from_legacy_datasets.md Co-authored-by: Paco Aranda --- argilla/docs/how_to_guides/migrate_from_legacy_datasets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argilla/docs/how_to_guides/migrate_from_legacy_datasets.md b/argilla/docs/how_to_guides/migrate_from_legacy_datasets.md index d220649b90..bbd1017df6 100644 --- a/argilla/docs/how_to_guides/migrate_from_legacy_datasets.md +++ b/argilla/docs/how_to_guides/migrate_from_legacy_datasets.md @@ -263,7 +263,7 @@ You have now successfully migrated your legacy dataset to Argilla V2. For more g As mentioned above, `FeedbackDataset`'s are compatible with Argilla V2 and do not need to be reformatted. However, you may want to migrate your feedback datasets to the new server so that you can deprecate your Argilla 1.* server. Here is a guide on how to migrate your feedback datasets: ```python -import argilla.v1 as rg_v1 +import argilla as rg # Initialize the API with an Argilla server less than 2.0 old_client = rg.Argilla(old_server_api_url, old_server_api_key)