diff --git a/docs/getting-started/env-configuration.md b/docs/getting-started/env-configuration.md index 0b62e3c..6816b51 100644 --- a/docs/getting-started/env-configuration.md +++ b/docs/getting-started/env-configuration.md @@ -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`