From 4b2379c759010ceac246e5571be5117039d3dd29 Mon Sep 17 00:00:00 2001 From: davidberenstein1957 Date: Mon, 30 Sep 2024 18:13:08 +0200 Subject: [PATCH] docs: update flow first time users --- argilla/docs/getting_started/quickstart.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/argilla/docs/getting_started/quickstart.md b/argilla/docs/getting_started/quickstart.md index 45a759cdc0..d22ce840ba 100644 --- a/argilla/docs/getting_started/quickstart.md +++ b/argilla/docs/getting_started/quickstart.md @@ -39,10 +39,10 @@ Argilla is a free, open-source, self-hosted tool. This means you need to deploy Next, `Argilla.deploy_on_spaces`, which will create a Space in [the Hugging Face Hub](https://huggingface.co/). This method will do the following: + - Deploy an Argilla Space on the Hugging Face Hub, which takes around 2-3 minutes. - Set the `API_KEY` secret based on the `api_key` you provide. This key will be used to authenticate your requests to the Argilla API. - - Set the `USERNAME` and `PASSWORD` secrets based on the username of the Hugging Face token you provide and the `api_key` you provide. - - Automatically return an authenticated Argilla client, which you can use to interact with your Argilla server. - - This will take around 2-3 minutes to complete. + - Set the `USERNAME` and `PASSWORD` secrets based on the username of the Hugging Face token you provide and the `api_key` you provide, respectively. + - Automatically return an authenticated Argilla client, which you can directly use to interact with your Argilla server. ```python import argilla as rg