ChatExcelConfig Configuration
Chat Excel Configuration
Parameters
Name | Type | Required | Description |
---|---|---|---|
top_k | integer | ❌ | The top k for LLM generation |
top_p | number | ❌ | The top p for LLM generation |
temperature | number | ❌ | The temperature for LLM generation |
max_new_tokens | integer | ❌ | The max new tokens for LLM generation |
name | string | ❌ | The name of your app |
memory | BaseGPTsAppMemoryConfig | ❌ | Memory configuration Defaults: BufferWindowGPTsAppMemoryConfig |
duckdb_extensions_dir | string | ❌ | The directory of the duckdb extensions.Duckdb will download the extensions from the internet if not provided.This configuration is used to tell duckdb where to find the extensions and avoid downloading. Note that the extensions are platform-specific and version-specific. Defaults: [] |
force_install | boolean | ❌ | Whether to force install the duckdb extensions. If True, the extensions will be installed even if they are already installed. Defaults: False |