Merge pull request #521 from captn-hook/patch-1

Update env-configuration.md with defaults for opensearch
This commit is contained in:
Tim Jaeryang Baek
2025-05-15 00:32:12 +04:00
committed by GitHub

View File

@@ -1135,6 +1135,7 @@ modeling files for reranking.
#### `OPENSEARCH_PASSWORD` #### `OPENSEARCH_PASSWORD`
- Type: `str` - Type: `str`
- Default: `None`
- Description: Sets the password for OpenSearch. - Description: Sets the password for OpenSearch.
#### `OPENSEARCH_SSL` #### `OPENSEARCH_SSL`
@@ -1152,6 +1153,7 @@ modeling files for reranking.
#### `OPENSEARCH_USERNAME` #### `OPENSEARCH_USERNAME`
- Type: `str` - Type: `str`
- Default: `None`
- Description: Sets the username for OpenSearch. - Description: Sets the username for OpenSearch.
### PGVector ### PGVector