Skip to content

Commit 82aa0b8

Browse files
committed
Merge branch 'develop' into releases/2.0.0-rc1
2 parents 2d03e3b + 7270969 commit 82aa0b8

File tree

4 files changed

+14
-8
lines changed

4 files changed

+14
-8
lines changed

argilla/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ pip install argilla --pre
9191

9292
After that, you will need to deploy Argilla Server. The easiest way to do this is through our [free Hugging Face Spaces deployment integration](https://huggingface.co/new-space?template=argilla/argilla-template-space).
9393

94+
> As this is a release candidate version, you'll need to manually change the version in the HF Space Files > Dockerfile to `argilla/argilla-quickstart:v2.0.0rc1`.
95+
9496
To use the client, you need to import the `Argilla` class and instantiate it with the API URL and API key.
9597

9698
```python

argilla/docs/getting_started/installation.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,19 @@ description: Installation of the Argilla SDK.
66

77
## Install the SDK with pip
88

9-
Since this package is not yet published on PyPi, you can install it directly from the repository:
10-
119
```console
12-
pip install git+https://github.com/argilla-io/argilla-python.git
10+
pip install argilla --pre
1311
```
1412

1513
## Run the Argilla server
1614

1715
If you have already deployed Argilla Server, you can skip this step. Otherwise, you can quickly deploy it in two different ways:
1816

17+
* Using a [HF Space](https://huggingface.co/new-space?template=argilla/argilla-template-space).
18+
1919
!!! note
20-
You can use this SDK with any stable release of argilla server >= 1.27.
20+
As this is a release candidate version, you'll need to manually change the version in the HF Space Files > Dockerfile to `argilla/argilla-quickstart:v2.0.0rc1`.
2121

22-
* Using a [HF Space](https://huggingface.co/new-space?template=argilla/argilla-template-space).
2322
* Locally with Docker.
2423

2524
```console

argilla/docs/getting_started/quickstart.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ This guide provides a quick overview of the Argilla SDK and how to create your f
1212

1313
To work with Argilla datasets, you need to use the Argilla SDK. You can install the SDK with pip as follows:
1414

15-
!!! note
16-
The package is not yet available on PyPi. You'll need to install it directly from the GitHub repository.
17-
1815
```console
1916
pip install argilla --pre
2017
```
@@ -24,6 +21,10 @@ pip install argilla --pre
2421
If you have already deployed Argilla Server, you can skip this step. Otherwise, you can quickly deploy it in two different ways:
2522

2623
* Remotely using a [HF Space](https://huggingface.co/new-space?template=argilla/argilla-template-space).
24+
25+
!!! note
26+
As this is a release candidate version, you'll need to manually change the version in the HF Space Files > Dockerfile to `argilla/argilla-quickstart:v2.0.0rc1`.
27+
2728
* Locally using Docker.
2829

2930
```console

argilla/docs/tutorials/text_classification.ipynb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@
4343
"If you have already deployed Argilla Server, you can skip this step. Otherwise, you can quickly deploy it in two different ways:\n",
4444
"\n",
4545
"* Remotely using a [HF Space](https://huggingface.co/new-space?template=argilla/argilla-template-space). ⚠️ If persistent storage is not enabled, you will lose your data when the server is stopped.\n",
46+
"\n",
47+
"!!! note\n",
48+
" As this is a release candidate version, you'll need to manually change the version in the HF Space Files > Dockerfile to `argilla/argilla-quickstart:v2.0.0rc1`.\n",
49+
"\n",
4650
"* Locally using Docker: `docker run -d --name quickstart -p 6900:6900 argilla/argilla-quickstart:v2.0.0rc1`"
4751
]
4852
},

0 commit comments

Comments
 (0)