File Serve Configurations Configuration
This configuration is for the file serve module. In DB-GPT, you can store yourfiles in the file server.
Parameters
Name | Type | Required | Description |
---|---|---|---|
check_hash | boolean | ❌ | Check the hash of the file when downloading Defaults: True |
host | string | ❌ | The host of the file server |
port | integer | ❌ | The port of the file server, default is 5670 Defaults: 5670 |
download_chunk_size | integer | ❌ | The chunk size when downloading the file Defaults: 1048576 |
save_chunk_size | integer | ❌ | The chunk size when saving the file Defaults: 1048576 |
transfer_chunk_size | integer | ❌ | The chunk size when transferring the file Defaults: 1048576 |
transfer_timeout | integer | ❌ | The timeout when transferring the file Defaults: 360 |
local_storage_path | string | ❌ | The local storage path |
api_keys | string | ❌ | API keys for the endpoint, if None, allow all |