Closed cheungdaven closed 3 months ago
_load_config
I encountered this issue when using config_file: TypeError: AutoGluonRAG._load_config() missing 1 required positional argument: 'config_file'
_load_config
I encountered this issue when using config_file: TypeError: AutoGluonRAG._load_config() missing 1 required positional argument: 'config_file'
Yeah we will have to remove the lines
if config_file:
self._load_config()
elif self.preset_quality:
self._load_preset()
_load_config
I encountered this issue when using config_file: TypeError: AutoGluonRAG._load_config() missing 1 required positional argument: 'config_file'
Yeah we will have to remove the lines
if config_file: self._load_config() elif self.preset_quality: self._load_preset()
removed
The config_file argument is missing when using config files as input.
Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.