Skip to content

Commit

Permalink
Update argilla/docs/how_to_guides/migrate_from_legacy_datasets.md
Browse files Browse the repository at this point in the history
Co-authored-by: Paco Aranda <[email protected]>
  • Loading branch information
burtenshaw and frascuchon authored Jun 20, 2024
1 parent 7aebd54 commit 5022318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion argilla/docs/how_to_guides/migrate_from_legacy_datasets.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5022318

Please sign in to comment.