Skip to content

Commit eb67de3

Browse files
committed
Merge branch 'main' into develop
2 parents d6bc6f8 + 4249164 commit eb67de3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

argilla/docs/reference/argilla-server/configuration.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ The following environment variables are useful only when PostgreSQL is used:
8484

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

87+
- `ARGILLA_ES_RECORDS_INDEX_SHARDS`: Default number of elasticsearch/opensearch shards for each search index. (Default: `1`).
88+
89+
- `ARGILLA_ES_RECORDS_INDEX_REPLICAS`: Default number of elasticsearch/opensearch replicas for each search index. (Default: `0`).
90+
8791
### Redis
8892

8993
Redis is used by Argilla to store information about jobs to be processed on background. The following environment variables are useful to config how Argilla connects to Redis:

0 commit comments

Comments
 (0)