Skip to content

Commit

Permalink
review text
Browse files Browse the repository at this point in the history
  • Loading branch information
frascuchon authored Nov 7, 2024
1 parent f076846 commit c9917db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions argilla/docs/reference/argilla-server/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ The following environment variables are useful only when PostgreSQL is used:

- `ARGILLA_ELASTICSEARCH_CA_PATH`: Path to CA cert for ES host. For example: `/full/path/to/root-ca.pem` (Optional)

- `ARGILLA_ES_RECORDS_INDEX_SHARDS`: This environment variable sets the default number of shards for the records index. (Default: `1`).
- `ARGILLA_ES_RECORDS_INDEX_SHARDS`: Default number of elasticsearch/opensearch shards for each search index. (Default: `1`).

- `ARGILLA_ES_RECORDS_INDEX_REPLICAS`: This environment variable sets the default number of replicas for the records index. (Default: `0`).
- `ARGILLA_ES_RECORDS_INDEX_REPLICAS`: Default number of elasticsearch/opensearch replicas for each search index. (Default: `0`).

### Redis

Expand Down

0 comments on commit c9917db

Please sign in to comment.