Merge pull request #240 from tcgumus/patch-1

wrong description fixed RAG_FILE_MAX_SIZE is MB not Byte
This commit is contained in:
Timothy Jaeryang Baek 2024-10-08 16:56:23 -07:00 committed by GitHub
commit 3b7a4deb1a

View File

@ -713,7 +713,7 @@ Forgery attacks against local network resources.
#### `RAG_FILE_MAX_SIZE` #### `RAG_FILE_MAX_SIZE`
- Type: `int` - Type: `int`
- Default: `104857600` (100MB) - Default: `100` (100MB)
- Description: Sets the maximum size of a file that can be uploaded for document ingestion. - Description: Sets the maximum size of a file that can be uploaded for document ingestion.
### Web Search ### Web Search