Update env-configuration.md

Added documentation for RAG_ALLOWED_FILE_EXTENSIONS
This commit is contained in:
Thomas Mecattaf 2025-05-20 08:00:18 -04:00 committed by GitHub
parent eed3a4ac1a
commit 639ece239e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1457,6 +1457,18 @@ When configuring `RAG_FILE_MAX_SIZE` and `RAG_FILE_MAX_COUNT`, ensure that the v
:::
#### `RAG_ALLOWED_FILE_EXTENSIONS`
- Type: `list` of `str`
- Default: `[]` (which means all supported file types are allowed)
- Description: Specifies which file extensions are permitted for upload.
```json
["pdf,docx,txt"]
```
- Persistence: This environment variable is a `PersistentConfig` variable.
#### `RAG_RERANKING_MODEL`
- Type: `str`