Skip to content

Commit

Permalink
Merge branch 'develop' into feat/rating-questions-supporting-zero-values
Browse files Browse the repository at this point in the history
  • Loading branch information
jfcalvo committed May 23, 2024
2 parents 4559fc0 + 896994d commit 03eab9e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion argilla/src/argilla/client/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ def prepare_for_training(
seed: Random state.
Returns:
A datasets Dataset with a *ner_tags* or a *label* column and and several *inputs* columns.
A datasets Dataset with a *ner_tags* or a *label* column and several *inputs* columns.
returned by ``to_datasets`` for "transformers" framework or a spaCy DocBin for "spacy" framework.
Examples:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ You can set the following environment variables to further configure your server

- `ARGILLA_ELASTICSEARCH`: URL of the connection endpoint of the Elasticsearch instance (Default: `http://localhost:9200`).

- `ARGILA_SEARCH_ENGINE`: (Only for Feedback datasets) Search engine to use. Valid values are "elasticsearch" and "opensearch" (Default: "elasticsearch").
- `ARGILLA_SEARCH_ENGINE`: (Only for Feedback datasets) Search engine to use. Valid values are "elasticsearch" and "opensearch" (Default: "elasticsearch").

- `ARGILLA_ELASTICSEARCH_SSL_VERIFY`: If "False", disables SSL certificate verification when connecting to the Elasticsearch backend.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ dataset.add_records(records)
```

```{note}
As soon as you add records to a remote dataset, these should be available in the Argila UI. If you cannot see them, try hitting the `Refresh` button on the sidebar.
As soon as you add records to a remote dataset, these should be available in the Argilla UI. If you cannot see them, try hitting the `Refresh` button on the sidebar.
```

### Update records
Expand All @@ -351,7 +351,7 @@ dataset.update_records(modified_records)
```

```{note}
As soon as you update the records in a remote dataset, the changes should be available in the Argila UI. If you cannot see them, try hitting the `Refresh` button on the sidebar.
As soon as you update the records in a remote dataset, the changes should be available in the Argilla UI. If you cannot see them, try hitting the `Refresh` button on the sidebar.
```

```{note}
Expand Down

0 comments on commit 03eab9e

Please sign in to comment.